[BUG] if plural is used in the flag, you should be able to pass multiple values without adding again the flag
Open
bug
- Dominant language
- Python
- Stars
- 3
- Forks
- 4
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
### Affected Command
ewc hub deploy --security-groups
### Describe the issue
If plural is used in the flag, you should be able to pass multiple values without adding again the flag. For example `--security-groups` and `--networks`
### Steps to Reproduce
ewc deploy item --security-groups sg1 sg2
### Expected Behavior
_No response_
### Logs or Output
```shell
```
### Environment
Linux
### EWC CLI Version
0.2.1
Contributor guide
Assessment
This issue has not been assessed yet.