mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-16 05:49:47 +01:00
plugin:activate/deactivate alias
This commit is contained in:
@@ -13,6 +13,7 @@ class PluginDisableCommand extends Command
|
||||
protected function configure(): void
|
||||
{
|
||||
$this->setName('plugin:disable')
|
||||
->setAliases(['plugin:deactivate'])
|
||||
->setDescription('This command disables plugin')
|
||||
->addArgument('plugin-name', InputArgument::REQUIRED, 'Plugin that you want to disable');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user