Skip to content

Commit

Permalink
feat: handle unknown commands (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Lopez committed Feb 19, 2020
1 parent 1ea255d commit 9b97b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/git-node
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ yargs
})
.command('help', false, () => {}, (yargs) => { yargs.showHelp(); })
.demandCommand(1)
.strict()
.epilogue(epilogue)
.help('help')
.argv;

0 comments on commit 9b97b49

Please sign in to comment.