mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
Improve error checking. Add partial support for verbose output
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user