Add --levels option

This commit is contained in:
Dr-Noob
2020-06-22 13:17:00 +02:00
parent a2dab8129c
commit 0725e9d876
5 changed files with 53 additions and 21 deletions

View File

@@ -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