cli - init command not defaulting config correctly
This commit is contained in:
parent
7830a71ba3
commit
22ca4cfa5b
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
type: "string",
|
||||
describe: "config template file to use - optional, defaults to config.js",
|
||||
alias: "c",
|
||||
default: "config.dev.js",
|
||||
default: "dev",
|
||||
choices: ["dev", "contributors"],
|
||||
})
|
||||
yargs.positional("username", {
|
||||
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
})
|
||||
yargs.positional("password", {
|
||||
type: "string",
|
||||
describe: "passord for admin interface",
|
||||
describe: "password for admin interface",
|
||||
alias: "p",
|
||||
default: "",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue