cli
cli copied to clipboard
Add aliases to command arguments
User story
As a developer I want to have descriptive command arguments for readability and shorthands for productivity. ATM there are no short aliases present
Acceptance criteria
- [ ]
--onlyPlugins
=>-p
- [ ]
--skipPlugins
=>-P
- [ ]
--config
=>-c
Implementation details
No response