Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: circular dependencies (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida authored Dec 17, 2020
1 parent 0c9d33e commit 780e1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Config from '@oclif/config'
import {HelpBase} from '@oclif/plugin-help'

import {Command} from '.'
import Command from './command'
import {getHelpClass} from '@oclif/plugin-help'

const ROOT_INDEX_CMD_ID = ''
Expand Down

0 comments on commit 780e1df

Please sign in to comment.