[TIMOB-13926] Code Processor: CLI errors in the 'ti --help'
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-06-06T17:48:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 12 JS, 2013 Sprint 12, Release 3.1.1, Release 3.2.0 |
Components | Code Processor |
Labels | code-analyzer, qe-3.1.1, qe-closed-3.1.1, qe-testadded |
Reporter | Federico Casali |
Assignee | Bryan Hughes |
Created | 2013-05-20T22:03:11.000+0000 |
Updated | 2013-09-24T10:18:41.000+0000 |
Description
Problem description
Run 'titanium --help'
analyze analyzes a project using the Titanium Code Processor
analyze-options analyses a project using the Titanium Code Processor
analyze-plugins analyses a project using the Titanium Code Processor
1. The description should be different for each of the commands
2. 'analyzes' should be changed into 'analyses'
PR: https://github.com/appcelerator/titanium-code-processor/pull/214 1_0_X PR: https://github.com/appcelerator/titanium-code-processor/pull/215 BTW, "analyzes" is the proper spelling, not "analyses" (analyses is plural for analysis :)).
Verified as fixed with Titanium Code Processor 1.0.1-cr2 and CLI 3.1.1-cr Closing.
ti --help current output: analyze analyzes a project using the Titanium Code Processor analyze-options returns JSON formatted information about the Titanium Code Processor options analyze-plugins returns JSON formatted information about the Titanium Code Processor plugins