[v0.97] Manually merge bugfix branch with latest fixes

This commit is contained in:
Dr-Noob
2021-04-09 15:14:47 +02:00
7 changed files with 136 additions and 33 deletions

View File

@@ -30,6 +30,7 @@ enum {
ARG_STYLE,
ARG_COLOR,
ARG_HELP,
ARG_RAW,
ARG_DEBUG,
ARG_VERBOSE,
ARG_VERSION
@@ -43,6 +44,7 @@ extern const char *args_str[];
int max_arg_str_length();
bool parse_args(int argc, char* argv[]);
bool show_help();
bool show_raw();
bool show_debug();
bool show_version();
bool verbose_enabled();