Fixed InputOption modes
This commit is contained in:
parent
53a5a48aed
commit
d7b917aa49
1 changed files with 2 additions and 2 deletions
|
@ -74,11 +74,11 @@ class GenerateEntitiesCommand extends Command
|
||||||
'Flag to define if generator should only update entity if it exists.', true
|
'Flag to define if generator should only update entity if it exists.', true
|
||||||
),
|
),
|
||||||
new InputOption(
|
new InputOption(
|
||||||
'extend', null, InputOption::VALUE_OPTIONAL,
|
'extend', null, InputOption::VALUE_REQUIRED,
|
||||||
'Defines a base class to be extended by generated entity classes.'
|
'Defines a base class to be extended by generated entity classes.'
|
||||||
),
|
),
|
||||||
new InputOption(
|
new InputOption(
|
||||||
'num-spaces', null, InputOption::VALUE_OPTIONAL,
|
'num-spaces', null, InputOption::VALUE_REQUIRED,
|
||||||
'Defines the number of indentation spaces', 4
|
'Defines the number of indentation spaces', 4
|
||||||
),
|
),
|
||||||
new InputOption(
|
new InputOption(
|
||||||
|
|
Loading…
Add table
Reference in a new issue