[ALOY-1745] Add delete alias for remove in Alloy CLI
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | cli |
Reporter | Rene Pot |
Assignee | Ewan Harris |
Created | 2021-02-04T11:15:50.000+0000 |
Updated | 2021-02-04T11:15:50.000+0000 |
Description
In the Alloy CLI it is possible to remove a controller/view/style combination by running
alloy remove controllername
. However, delete
is a common term for this as well which is currently not supported in the Alloy CLI. This could make for a good alias as it is also not used for anything else.
*Current behaviour*
Typing alloy delete controllerName
outputs Unknown command: delete
*Expected result*
Typing alloy delete controllerName
should run alloy remove controllerName
under the hood.
No comments