unstrict cli

This commit is contained in:
lesion 2022-05-10 16:09:37 +02:00
parent 1161979315
commit 37fb857440
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -34,6 +34,5 @@ require('yargs')
.alias('h', 'help')
.epilog('Made with ❤ by underscore hacklab - https://gancio.org')
.recommendCommands()
.strict()
.demandCommand(1, '')
.argv