[TIMOB-11353] CLI: clean does not need the option to pass in a sdk value
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-10-10T18:51:27.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Tooling |
Labels | qe-cli |
Reporter | Natalie Huynh |
Assignee | Chris Barber |
Created | 2012-10-10T17:03:08.000+0000 |
Updated | 2014-06-19T12:44:17.000+0000 |
Description
Steps to Reproduce:
1. run "titanium clean -h"
Actual Result:
-s, --sdk Titanium SDK version to use
Expected Result:
Clean just deletes the build folder, do not need this option
Clean is an SDK level command. It may need to perform other functions as the Titanium Mobile SDK evolves and so we require the --sdk option so the CLI knows which SDK version should be used to perform the clean.
Not a bug