mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Add --levels option
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
#include <stdbool.h>
|
||||
#include "printer.h"
|
||||
|
||||
bool parseArgs(int argc, char* argv[]);
|
||||
STYLE getStyle();
|
||||
int showHelp();
|
||||
int showVersion();
|
||||
bool parse_args(int argc, char* argv[]);
|
||||
STYLE get_style();
|
||||
bool show_help();
|
||||
bool show_levels();
|
||||
bool show_version();
|
||||
bool verbose_enabled();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user