[TIMOB-13792] CLI: Add support for --no-progress flag to hide progress bars
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-23T21:18:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | CLI |
Labels | module_cli, qe-closed-3.2.0, qe-manualtest |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-05-08T18:06:46.000+0000 |
Updated | 2015-08-06T02:28:08.000+0000 |
Description
The "titanium sdk" command uses a progress bar to show how much of an SDK has been downloaded. The problem is the progress bar keeps writing to stdout and if you subprocess the "titanium sdk" command or pipe the output to a file, the output is all messed up. It would better to just have a flag that disables the progress bar.
I added support for this somewhere in Summer 2013.
and no progress bar during SDK install Tested with:" CLI 3.2.0-cr