make yargs strict for commands

main
Yanick Champoux 2023-05-10 19:15:29 -04:00
parent 385c09896a
commit 13f443b61c
1 changed files with 1 additions and 0 deletions

View File

@ -29,5 +29,6 @@ yargs(hideBin(process.argv))
.command(cut)
.command(print)
.command(upcoming)
.strictCommands()
.help()
.parse();