Skip to content

Commit

Permalink
fix: hide commands command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 2dbc0dc commit 8c13ae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/commands/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {Command} from '@anycli/command'
import cli from 'cli-ux'

export default class Commands extends Command {
static hidden = true
// static flags: flags.Input<Commands['flags']> = {
// name: flags.string({char: 'n', description: 'name to print'})
// }
Expand Down
1 change: 0 additions & 1 deletion test/root.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ DESCRIPTION
standard help for anycli
COMMANDS
commands
help display help for anycli
plugins
plugins:install
Expand Down

0 comments on commit 8c13ae4

Please sign in to comment.