🏗️」 wip: parsing should be good

This commit is contained in:
2025-08-12 12:37:05 +02:00
parent 4add0312bc
commit 577563da37
6 changed files with 88 additions and 23 deletions

View File

@ -8,6 +8,7 @@
typedef struct {
bool opts[OPT_NB];
char *arg[OPT_NB];
char **hosts;
} args_t;
/**