Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1745] Add delete alias for remove in Alloy CLI

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelscli
ReporterRene Pot
AssigneeEwan Harris
Created2021-02-04T11:15:50.000+0000
Updated2021-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.

Comments

No comments

JSON Source