[TIMOB-14924] Code Processor: --help displays a lot of extraneous options
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-29T06:06:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 18, 2013 Sprint 18 Tooling, Release 3.2.0 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Bryan Hughes |
Created | 2013-08-20T20:36:00.000+0000 |
Updated | 2013-09-09T03:37:58.000+0000 |
Description
Due to how the code processor is integrated with the CLI, it is printing some build command flags that it shouldn't be printing.
PR: https://github.com/appcelerator/titanium-code-processor/pull/236
To test: run "ti analyze --help". Without the fix, you will see all of the platform specific build command options (e.g. --deploy-type), but with the fix, you will only see the code analyzer options.
Merged the PR.
Verified against the latest code processor master.