Hi there,
When launching the command titanium sdk install --quiet, I get a bit less output than without the flag, but I still get a progress bar. Now, this is not a problem in itself, but I trying to integrate titanium basic installation operations into a tool called chef and the module is failing because chef uses a socket to perform the command.
I get the following output :
---- Begin output of titanium sdk install --quiet ---- STDOUT: STDERR: /usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:181 throw e; ^ TypeError: Object #<Socket> has no method 'cursorTo'etc ...
Is there a way to disable the output completely ?
Could you provide a new flag called --no-progress or avoid printing out progress information if the quiet flag is set ?
Thanks in advance