Merge pull request #5722 from JimMadge/config_default
This commit is contained in:
@@ -43,12 +43,12 @@ class BoardImport extends Command {
|
|||||||
null,
|
null,
|
||||||
InputOption::VALUE_REQUIRED,
|
InputOption::VALUE_REQUIRED,
|
||||||
'Configuration json file.',
|
'Configuration json file.',
|
||||||
'config.json'
|
null
|
||||||
)
|
)
|
||||||
->addOption(
|
->addOption(
|
||||||
'data',
|
'data',
|
||||||
null,
|
null,
|
||||||
InputOption::VALUE_OPTIONAL,
|
InputOption::VALUE_REQUIRED,
|
||||||
'Data file to import.',
|
'Data file to import.',
|
||||||
'data.json'
|
'data.json'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user