diff --git a/src/Command/Generate/BreakPointCommand.php b/src/Command/Generate/BreakPointCommand.php index bb53df8ef..dcce46b0f 100644 --- a/src/Command/Generate/BreakPointCommand.php +++ b/src/Command/Generate/BreakPointCommand.php @@ -106,7 +106,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.breakpoint.options.breakpoints') - ); + )->setAliases(['gb']); } /** diff --git a/src/Command/Generate/CacheContextCommand.php b/src/Command/Generate/CacheContextCommand.php index 5ca9c0137..868b77690 100644 --- a/src/Command/Generate/CacheContextCommand.php +++ b/src/Command/Generate/CacheContextCommand.php @@ -100,7 +100,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, $this->trans('commands.common.options.services') - ); + )->setAliases(['gcc']); } /** diff --git a/src/Command/Generate/CommandCommand.php b/src/Command/Generate/CommandCommand.php index 3b1901329..9417653e5 100644 --- a/src/Command/Generate/CommandCommand.php +++ b/src/Command/Generate/CommandCommand.php @@ -125,7 +125,7 @@ protected function configure() InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, $this->trans('commands.common.options.services') ) - ->setAliases(['gcm']); + ->setAliases(['gco']); } /** diff --git a/src/Command/Generate/ControllerCommand.php b/src/Command/Generate/ControllerCommand.php index 0a0a08f14..923f91519 100644 --- a/src/Command/Generate/ControllerCommand.php +++ b/src/Command/Generate/ControllerCommand.php @@ -125,7 +125,7 @@ protected function configure() InputOption::VALUE_NONE, $this->trans('commands.generate.controller.options.test') ) - ->setAliases(['gcn']); + ->setAliases(['gcon']); } /** diff --git a/src/Command/Generate/EntityConfigCommand.php b/src/Command/Generate/EntityConfigCommand.php index 0f77e100a..c6a2b2eed 100644 --- a/src/Command/Generate/EntityConfigCommand.php +++ b/src/Command/Generate/EntityConfigCommand.php @@ -71,7 +71,7 @@ protected function configure() InputOption::VALUE_NONE, $this->trans('commands.generate.entity.config.options.bundle-of') ) - ->setAliases(['gecg']); + ->setAliases(['gec']); } /** diff --git a/src/Command/Generate/EntityContentCommand.php b/src/Command/Generate/EntityContentCommand.php index b664450e2..9b5e65b79 100644 --- a/src/Command/Generate/EntityContentCommand.php +++ b/src/Command/Generate/EntityContentCommand.php @@ -98,7 +98,7 @@ protected function configure() InputOption::VALUE_NONE, $this->trans('commands.generate.entity.content.options.revisionable') ) - ->setAliases(['gect']); + ->setAliases(['geco']); } /** diff --git a/src/Command/Generate/FormCommand.php b/src/Command/Generate/FormCommand.php index 6b84175c8..1eec424d5 100644 --- a/src/Command/Generate/FormCommand.php +++ b/src/Command/Generate/FormCommand.php @@ -185,7 +185,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.form.options.menu-link-desc') - ); + )->setAliases(['gf']); } /** diff --git a/src/Command/Generate/HelpCommand.php b/src/Command/Generate/HelpCommand.php index 678ce7143..bff5a1206 100644 --- a/src/Command/Generate/HelpCommand.php +++ b/src/Command/Generate/HelpCommand.php @@ -85,7 +85,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.module.options.description') - ); + )->setAliases(['gh']); } /** diff --git a/src/Command/Generate/ModuleFileCommand.php b/src/Command/Generate/ModuleFileCommand.php index e28c8ac33..8d8eca01d 100644 --- a/src/Command/Generate/ModuleFileCommand.php +++ b/src/Command/Generate/ModuleFileCommand.php @@ -69,7 +69,7 @@ protected function configure() null, InputOption::VALUE_REQUIRED, $this->trans('commands.common.options.module') - ); + )->setAliases(['gmf']); } /** diff --git a/src/Command/Generate/PluginCKEditorButtonCommand.php b/src/Command/Generate/PluginCKEditorButtonCommand.php index 2152dbeac..f73f9bda8 100644 --- a/src/Command/Generate/PluginCKEditorButtonCommand.php +++ b/src/Command/Generate/PluginCKEditorButtonCommand.php @@ -111,7 +111,7 @@ protected function configure() null, InputOption::VALUE_REQUIRED, $this->trans('commands.generate.plugin.ckeditorbutton.options.button-icon-path') - ); + )->setAliases(['gpc']); } /** diff --git a/src/Command/Generate/PluginConditionCommand.php b/src/Command/Generate/PluginConditionCommand.php index 24bc6da17..20d44a924 100644 --- a/src/Command/Generate/PluginConditionCommand.php +++ b/src/Command/Generate/PluginConditionCommand.php @@ -120,7 +120,7 @@ protected function configure() InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.plugin.condition.options.context-definition-required') ) - ->setAliases(['gpc']); + ->setAliases(['gpco']); } /** diff --git a/src/Command/Generate/PluginMailCommand.php b/src/Command/Generate/PluginMailCommand.php index 48a47d0d6..e461ea85a 100644 --- a/src/Command/Generate/PluginMailCommand.php +++ b/src/Command/Generate/PluginMailCommand.php @@ -116,7 +116,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, $this->trans('commands.common.options.services') - ); + )->setAliases(['gpm']); } /** diff --git a/src/Command/Generate/PluginMigrateProcessCommand.php b/src/Command/Generate/PluginMigrateProcessCommand.php index 20ba70a60..cf705508c 100644 --- a/src/Command/Generate/PluginMigrateProcessCommand.php +++ b/src/Command/Generate/PluginMigrateProcessCommand.php @@ -85,7 +85,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.plugin.migrate.process.options.plugin-id') - ); + )->setAliases(['gpmp']); } /** diff --git a/src/Command/Generate/PluginMigrateSourceCommand.php b/src/Command/Generate/PluginMigrateSourceCommand.php index 5de03cccf..603b0679c 100644 --- a/src/Command/Generate/PluginMigrateSourceCommand.php +++ b/src/Command/Generate/PluginMigrateSourceCommand.php @@ -145,7 +145,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, $this->trans('commands.generate.plugin.migrate.source.options.fields') - ); + )->setAliases(['gpms']); } /** diff --git a/src/Command/Generate/PluginSkeletonCommand.php b/src/Command/Generate/PluginSkeletonCommand.php index f1fb5ee18..01a3dfa00 100644 --- a/src/Command/Generate/PluginSkeletonCommand.php +++ b/src/Command/Generate/PluginSkeletonCommand.php @@ -124,7 +124,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL| InputOption::VALUE_IS_ARRAY, $this->trans('commands.common.options.services') - ); + )->setAliases(['gps']); } /** diff --git a/src/Command/Generate/PostUpdateCommand.php b/src/Command/Generate/PostUpdateCommand.php index 180a70c0d..0cad7f377 100644 --- a/src/Command/Generate/PostUpdateCommand.php +++ b/src/Command/Generate/PostUpdateCommand.php @@ -98,7 +98,7 @@ protected function configure() null, InputOption::VALUE_REQUIRED, $this->trans('commands.generate.post.update.options.post-update-name') - ); + )->setAliases(['gpu']); } /** diff --git a/src/Command/Generate/ProfileCommand.php b/src/Command/Generate/ProfileCommand.php index 5dfbe1509..5225379e0 100644 --- a/src/Command/Generate/ProfileCommand.php +++ b/src/Command/Generate/ProfileCommand.php @@ -126,7 +126,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.profile.options.distribution') - ); + )->setAliases(['gpr']); } /** diff --git a/src/Command/Generate/RouteSubscriberCommand.php b/src/Command/Generate/RouteSubscriberCommand.php index 1085ea469..acc64fdd9 100644 --- a/src/Command/Generate/RouteSubscriberCommand.php +++ b/src/Command/Generate/RouteSubscriberCommand.php @@ -89,7 +89,7 @@ protected function configure() null, InputOption::VALUE_REQUIRED, $this->trans('commands.generate.routesubscriber.options.class') - ); + )->setAliases(['gr']); } /** diff --git a/src/Command/Generate/TwigExtensionCommand.php b/src/Command/Generate/TwigExtensionCommand.php index 182f408b8..a4f6a72d4 100644 --- a/src/Command/Generate/TwigExtensionCommand.php +++ b/src/Command/Generate/TwigExtensionCommand.php @@ -114,7 +114,7 @@ protected function configure() null, InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, $this->trans('commands.common.options.services') - ); + )->setAliases(['gte']); } /** diff --git a/src/Command/Generate/UpdateCommand.php b/src/Command/Generate/UpdateCommand.php index 923970a7e..257845522 100644 --- a/src/Command/Generate/UpdateCommand.php +++ b/src/Command/Generate/UpdateCommand.php @@ -90,7 +90,7 @@ protected function configure() null, InputOption::VALUE_REQUIRED, $this->trans('commands.generate.update.options.update-n') - ); + )->setAliases(['gu']); } /**