diff --git a/src/commands/help.ts b/src/commands/help.ts index db69e642..880ed93f 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -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 '..'