mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 09:05:34 +08:00
fix command short name conflict bug
This commit is contained in:
@@ -18,7 +18,7 @@ class PluginMakeCommand extends PluginCommand
|
||||
{
|
||||
$this->addArgument('name', InputArgument::OPTIONAL, '插件名称', null);
|
||||
$this->addOption('author', 'a', InputOption::VALUE_OPTIONAL, '作者名称', null);
|
||||
$this->addOption('description', 'd', InputOption::VALUE_OPTIONAL, '插件描述', null);
|
||||
$this->addOption('description', null, InputOption::VALUE_OPTIONAL, '插件描述', null);
|
||||
$this->addOption('plugin-version', null, InputOption::VALUE_OPTIONAL, '插件版本', '1.0.0');
|
||||
$this->addOption('type', 'T', InputOption::VALUE_OPTIONAL, '插件类型', null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user