google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

Switch for silent upload #70

Closed qeqar closed 9 years ago

qeqar commented 9 years ago

hello,

is there a switch to prevent output? i want do get rid the verbose upload output without using 2/dev/null. which will also drop any error messages!

thanks in advanced, mark

ps. if not it will be a feature request ;-)

mmp commented 9 years ago

There isn't a switch to do that, but it'd be fairly easy to add. This is probably a good excuse to generally revisit all of the output code, clean up the overall approach. (Will try to do this soon.)

mmp commented 9 years ago

Ok, you can now do things like skicka -quiet upload /foo /bar and see no output (unless there's an error along the way). Let me know if I missed anything.

qeqar commented 9 years ago

i will start to test and let you know.

thanks for the fast implementation. mark

qeqar commented 9 years ago

thanks looks good.

mark