add shortcut for force
This commit is contained in:
parent
c9d9b68fa9
commit
997f22fbb9
@ -63,7 +63,7 @@ class ConvertMappingCommand extends Command
|
||||
'The path to generate your entities classes.'
|
||||
),
|
||||
new InputOption(
|
||||
'force', null, InputOption::VALUE_NONE,
|
||||
'force', 'f', InputOption::VALUE_NONE,
|
||||
'Force to overwrite existing mapping files.'
|
||||
),
|
||||
new InputOption(
|
||||
|
@ -53,7 +53,7 @@ class DropCommand extends AbstractCommand
|
||||
'Instead of try to apply generated SQLs into EntityManager Storage Connection, output them.'
|
||||
),
|
||||
new InputOption(
|
||||
'force', null, InputOption::VALUE_NONE,
|
||||
'force', 'f', InputOption::VALUE_NONE,
|
||||
"Don't ask for the deletion of the database, but force the operation to run."
|
||||
),
|
||||
new InputOption(
|
||||
|
@ -65,7 +65,7 @@ class UpdateCommand extends AbstractCommand
|
||||
'Dumps the generated SQL statements to the screen (does not execute them).'
|
||||
),
|
||||
new InputOption(
|
||||
'force', null, InputOption::VALUE_NONE,
|
||||
'force', 'f', InputOption::VALUE_NONE,
|
||||
'Causes the generated SQL statements to be physically executed against your database.'
|
||||
),
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user