From 81757c235ff8e112b4baabdd1ff23409426e9c98 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 8 Jun 2025 22:00:43 +0200 Subject: update --- include/cli.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/cli.h (limited to 'include/cli.h') diff --git a/include/cli.h b/include/cli.h new file mode 100644 index 0000000..2f93f62 --- /dev/null +++ b/include/cli.h @@ -0,0 +1,12 @@ +#ifndef CLI_H +#define CLI_H + +#include + +typedef struct { + bool is_debug_mode; +} cli_arguments; + +cli_arguments cli_parse_arguments(const char* const argv[], const int argc); + +#endif // CLI_H -- cgit v1.2.3