Skip to content

Commit

Permalink
chore: handle unknown args (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored Apr 13, 2021
1 parent 78fab98 commit fc123df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/haul-cli/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default async function main() {
});
}, yargs)
.demandCommand(1)
.strict()
.help('h')
.alias('h', 'help')
.alias('v', 'version')
Expand Down

0 comments on commit fc123df

Please sign in to comment.