diff --git a/src/Command/Debug/SettingsCommand.php b/src/Command/Debug/SettingsCommand.php index accea12..5c56bfc 100644 --- a/src/Command/Debug/SettingsCommand.php +++ b/src/Command/Debug/SettingsCommand.php @@ -56,7 +56,9 @@ protected function configure() { $this ->setName('debug:settings') - ->setDescription($this->trans('commands.debug.settings.description')); + ->setDescription($this->trans('commands.debug.settings.description')) + ->setAliases(['dse']); + ; } /** diff --git a/src/Command/Debug/SiteCommand.php b/src/Command/Debug/SiteCommand.php index ece1ad6..964655b 100644 --- a/src/Command/Debug/SiteCommand.php +++ b/src/Command/Debug/SiteCommand.php @@ -62,7 +62,8 @@ public function configure() $this->trans('commands.debug.site.options.property'), null ) - ->setHelp($this->trans('commands.debug.site.help')); + ->setHelp($this->trans('commands.debug.site.help')) + ->setAliases(['dsi']); } /**