mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Improve error checking. Add partial support for verbose output
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#ifndef __ARGS__
|
||||
#define __ARGS__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "printer.h"
|
||||
|
||||
int parseArgs(int argc, char* argv[]);
|
||||
STYLE getStyle();
|
||||
int showHelp();
|
||||
int showVersion();
|
||||
bool verbose_enabled();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user