We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f6bf72 + 2edc94f commit 68c0461Copy full SHA for 68c0461
1 file changed
src/Command/FixtureCommand.php
@@ -79,7 +79,6 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar
79
'default' => '1',
80
])->addOption('fields', [
81
'help' => 'Create a fixture that includes the deprecated $fields property.',
82
- 'short' => 'f',
83
'boolean' => true,
84
])->addOption('schema', [
85
'help' => 'Create a fixture that imports schema, instead of dumping a schema snapshot into the fixture.',
0 commit comments