mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-26 06:40:14 +02:00
Rename to plugin:setup, also add alias to previous command
This commit is contained in:
parent
f78ebad136
commit
13d33822b5
@ -12,7 +12,8 @@ class PluginInstallInstallCommand extends Command
|
|||||||
{
|
{
|
||||||
protected function configure(): void
|
protected function configure(): void
|
||||||
{
|
{
|
||||||
$this->setName('plugin:install:install')
|
$this->setName('plugin:setup')
|
||||||
|
->setAliases(['plugin:install:install'])
|
||||||
->setDescription('This command executes the "install" part of the plugin')
|
->setDescription('This command executes the "install" part of the plugin')
|
||||||
->addArgument('plugin', InputArgument::REQUIRED, 'Plugin name');
|
->addArgument('plugin', InputArgument::REQUIRED, 'Plugin name');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user