Change default import config argument to null
Signed-off-by: Jim Madge <jmadge@turing.ac.uk>
This commit is contained in:
@@ -43,7 +43,7 @@ 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',
|
||||||
|
|||||||
Reference in New Issue
Block a user