GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-02-28T01:05:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 04, 2014 Sprint 04 Core, Release 3.2.3, Release 3.3.0 |
Components | CLI |
Labels | module_cli, qe-closed-3.2.3, qe-sdk3.0.2, qe-testadded |
Reporter | Lokesh Choudhary |
Assignee | Chris Barber |
Created | 2013-02-15T21:18:45.000+0000 |
Updated | 2015-05-13T19:50:32.000+0000 |
Description:
1.Run command e.g 'ti build -h' in cli
2.Notice the output
3.Run command e.g 'ti build -h --no-colors
4.Notice the output
Actual result:
1.'With colors' the output clips off some of the text (screenshot attached)
2.'Without colors' the output is as expected & the text is not clipped (screenshot attached)
Master pull request: https://github.com/appcelerator/titanium/pull/116 3.2.x pull request: https://github.com/appcelerator/titanium/pull/117 To test, you can run "ti build -h" or "ti info -h" to see the text cut off. This affects Windows only.
Verified the fix with: OSX: 10.9.2 Xcode: 5.1 Appcelerator Studio: 3.2.3.201403190645 SDK: 3.2.3.v20140322210914 acs:1.0.14 alloy:1.3.1 npm:1.3.2 titanium:3.2.1 titanium-code-processor:1.1.0 Text appears complete and proper in color using "ti build -h" in CLI