Skip to content

Commit fc123df

Browse files
chore: handle unknown args (#759)
1 parent 78fab98 commit fc123df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/haul-cli/src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default async function main() {
6363
});
6464
}, yargs)
6565
.demandCommand(1)
66+
.strict()
6667
.help('h')
6768
.alias('h', 'help')
6869
.alias('v', 'version')

0 commit comments

Comments
 (0)