azihassan / youtube-d

A fast command-line Youtube downloader
MIT License
6 stars 0 forks source link

Add runtime verbosity setting #13

Open azihassan opened 1 year ago

azihassan commented 1 year ago

Debug messages are printed from inside a debug block, this makes them dependent on the type of build. Every time I run into an issue I'm forced to go back to a debug build, which is unrealistic for software that's supposed to be released. To solve this, I plan on adding a verbosity level flag to the argument list.

azihassan commented 1 year ago

A boolean --verbose flag has been added. I'll keep this open until I add support for various verbosity levels.