This commit is contained in:
Eelco Dolstra 2018-02-13 12:15:27 +01:00
commit 1c10a74c73
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
24 changed files with 122 additions and 3 deletions

View file

@ -92,6 +92,8 @@ void mainWrapped(int argc, char * * argv)
args.parseCmdline(argvToStrings(argc, argv));
initPlugins();
if (!args.command) args.showHelpAndExit();
Finally f([]() { stopProgressBar(); });