We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea4345 commit 4ea4dfaCopy full SHA for 4ea4dfa
bin/git-node
@@ -14,6 +14,7 @@ yargs
14
})
15
.command('help', false, () => {}, (yargs) => { yargs.showHelp(); })
16
.demandCommand(1)
17
+ .strict()
18
.epilogue(epilogue)
19
.help('help')
20
.argv;
0 commit comments