This commit is contained in:
Erik Krogh Kristensen
2020-06-09 11:23:46 +02:00
parent c2fbcea96f
commit b04d7015ae

View File

@@ -48,7 +48,7 @@ cp.exec("cmd.sh " + require("optimist").argv.foo); // NOT OK
argv: {
...args
},
} = yargs
} = require('yargs')
.usage('Usage: foo bar')
.command();