TheFox / flickr-cli

A command-line interface to Flickr. Upload and download photos, photo sets, directories via shell.
https://fox21.at
26 stars 9 forks source link

Use --verbose standard CLI option, and hide debugging output by default #22

Closed samwilson closed 6 years ago

samwilson commented 7 years ago

At the moment, debug logs are always output, which is too much information in most cases. I'd like to add a new --verbose parameter that can be used to turn on the debug output, and have it turned off by default.

TheFox commented 7 years ago

Sounds good.

samwilson commented 7 years ago

I just realised that of course there is already a standard option for this:

  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

We just need to use it. :-)

TheFox commented 7 years ago

Ah, yes. I almost forgot this. Of course this would be a better solution. :) 👍

TheFox commented 6 years ago

Done.