1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-13 14:39:47 +00:00

Add optional verbose mode that shows the number of hashed files.

This commit is contained in:
King_DuckZ 2015-11-12 14:07:26 +00:00
parent a82ab4a4ed
commit f7441292bc
6 changed files with 110 additions and 7 deletions

View file

@ -60,6 +60,9 @@ namespace din {
("help,h", "Produces this help message")
("version", "Prints the program's version and quits")
//("dump-raw,D", po::value<std::string>(), "Saves the retrieved html to the named file; use - for stdout")
#if defined(WITH_PROGRESS_FEEDBACK)
("quiet,q", "Hide progress messages and print nothing at all")
#endif
;
po::options_description set_options("Set options");
set_options.add_options()