We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fb0ac commit 1c3ef8dCopy full SHA for 1c3ef8d
1 file changed
src/program.js
@@ -24,6 +24,7 @@ export class Program {
24
yargsInstance = yargs(argv);
25
}
26
this.yargs = yargsInstance;
27
+ this.yargs.strict();
28
this.commands = {};
29
30
0 commit comments