Skip to content

Commit

Permalink
fix: await showHelp (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 17, 2021
1 parent 0f35fc0 commit 46a9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export default class HelpCommand extends Command {
async run() {
const {flags, argv} = await this.parse(HelpCommand)
const help = new Help(this.config, {all: flags.all})
help.showHelp(argv)
await help.showHelp(argv)
}
}

0 comments on commit 46a9612

Please sign in to comment.