unstrict cli

This commit is contained in:
lesion
2022-05-10 16:09:37 +02:00
parent 1161979315
commit 37fb857440

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