Skip to content

Commit bca132e

Browse files
authored
Merge pull request #105 from MichaelCurrin/fix-ssr-config-flag
fix: Allow config flag to take a parameter
2 parents c21d921 + 9b35260 commit bca132e

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)