Skip to content

Commit 4ea4dfa

Browse files
feat: handle unknown commands (#387)
1 parent cea4345 commit 4ea4dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/git-node

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ yargs
1414
})
1515
.command('help', false, () => {}, (yargs) => { yargs.showHelp(); })
1616
.demandCommand(1)
17+
.strict()
1718
.epilogue(epilogue)
1819
.help('help')
1920
.argv;

0 commit comments

Comments
 (0)