[v0.23] Add --logo-short/long. Closes #11

This commit is contained in:
Dr-Noob
2022-01-23 10:55:26 +01:00
parent bd1158c139
commit d120f9a1cd
4 changed files with 58 additions and 19 deletions

View File

@@ -20,6 +20,8 @@ enum {
ARG_COLOR,
ARG_GPU,
ARG_LIST,
ARG_LOGO_LONG,
ARG_LOGO_SHORT,
ARG_HELP,
ARG_VERBOSE,
ARG_VERSION
@@ -34,6 +36,8 @@ int max_arg_str_length();
bool parse_args(int argc, char* argv[]);
bool show_help();
bool list_gpus();
bool show_logo_long();
bool show_logo_short();
bool show_version();
bool verbose_enabled();
void free_colors_struct(struct color** cs);