🔨」 fix: fixed issue with parsing not working properly

This commit is contained in:
2025-08-16 19:18:09 +02:00
parent b548965d2e
commit ac8e8638e9
3 changed files with 25 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <stdint.h>
struct options{
struct options {
char *name;
char opt;
char *doc;