[ALOY-207] Improve command line help
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-10-04T21:18:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-08-28T06:53:12.000+0000 |
Updated | 2014-02-04T00:34:54.000+0000 |
Description
We need much more helpful command line help. We list the valid commands and options, but we don't list them in any detail whatsoever, nor do we have examples. In addition, we should probably consider a syntax where you can do a generic
alloy help
call, or a help call that is specific to each command, like this: alloy help compile
. The command-specific help could function just like it does for git
.
We won't be putting further effort into the Alloy CLI particulars since this will eventually be driven through the titanium CLI.