Skip to content

Commit

Permalink
refactor(command): print help when the completions command is calle…
Browse files Browse the repository at this point in the history
…d without arguments
  • Loading branch information
c4spar committed Mar 22, 2020
1 parent 5feeb77 commit b2c4f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/command/commands/completions.ts
Expand Up @@ -27,6 +27,7 @@ To enable zsh completions for this program add following line to your ${ dim( it
${ dim( italic( 'source <(command-name completions zsh)' ) ) }
` )
.default( 'help' )
.command( 'zsh', new ZshCompletionsCommand( this.parent ) )
.command( 'bash', new BashCompletionsCommand( this.parent ) )
.reset();
Expand Down

0 comments on commit b2c4f91

Please sign in to comment.