🏗️」 wip: parsing kinda working

This commit is contained in:
2025-08-11 21:52:57 +02:00
parent 8f1abd7940
commit e635977c88
6 changed files with 105 additions and 41 deletions

View File

@ -1,9 +1,13 @@
#pragma once
#include <help.h>
#include <stdint.h>
#include <stdbool.h>
typedef struct {
bool verbose;
bool opts[OPT_NB];
char *arg[OPT_NB];
} args_t;
/**