Skip to content

Commit

Permalink
fix: tweak imports of entries from oclif/command (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale authored Dec 9, 2021
1 parent cb8402e commit 7ea043d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {Command, flags} from '@oclif/command'
import Command from '@oclif/command/lib/command'
import * as flags from '@oclif/command/lib/flags'

import {getHelpClass} from '..'

Expand Down

0 comments on commit 7ea043d

Please sign in to comment.