We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d58c2f commit 88a0fe4Copy full SHA for 88a0fe4
1 file changed
bin/devkit-admin
@@ -17,10 +17,10 @@
17
require('../lib/bootstrap-local');
18
19
20
-const minimist = require('minimist');
+const yargsParser = require('yargs-parser');
21
const path = require('path');
22
23
-const args = minimist(process.argv.slice(2), {
+const args = yargsParser(process.argv.slice(2), {
24
boolean: ['verbose']
25
});
26
const scriptName = args._.shift();
0 commit comments