Skip to content

Commit 9b35260

Browse files
fix: Allow config flag to take a parameter
1 parent c21d921 commit 9b35260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ require('yargs')
9494
alias: 'c',
9595
default: false,
9696
desc: chalk.gray(y18n.__('start.config')),
97-
nargs: 0,
97+
nargs: 1,
9898
requiresArg: false,
9999
type: 'string'
100100
},

0 commit comments

Comments
 (0)