eccube:plugin:update で --code が使用できない
Open
bug:Middle
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
## 概要(Overview)
`eccube:plugin:update` のみ、プラグインコードを引数にしなければならない。
`--code` オプションでプラグインコードを渡そうとすると、以下のようなエラーになってしまう。
```shell
bin/console eccube:plugin:update --code=Sample3
The "--code" option does not exist.
eccube:plugin:update [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--]
```
## 期待する内容(Expect) or 要望 (Requirement)
`bin/console eccube:plugin:update --code=` で、アップデートが実行できる
## 再現手順(Procedure)
`bin/console eccube:plugin:update --code=` を実行する
### 環境 (environment)
+ EC-CUBE: 4.0.0
+ PHP: 7.2.9
+ DB:
- PostgreSQL 11
## 関連情報 (Ref)
Contributor guide
Assessment
This issue has not been assessed yet.