We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fab98 commit fc123dfCopy full SHA for fc123df
packages/haul-cli/src/main.ts
@@ -63,6 +63,7 @@ export default async function main() {
63
});
64
}, yargs)
65
.demandCommand(1)
66
+ .strict()
67
.help('h')
68
.alias('h', 'help')
69
.alias('v', 'version')
0 commit comments