Improve error checking. Add partial support for verbose output

This commit is contained in:
Dr-Noob
2020-06-20 19:21:07 +02:00
parent b81d611282
commit 6ad5f65c34
6 changed files with 61 additions and 19 deletions

View File

@@ -43,6 +43,10 @@ int showVersion() {
return args.version_flag;
}
bool verbose_enabled() {
return false;
}
int parseArgs(int argc, char* argv[]) {
int c;
int digit_optind = 0;