Parse commandline strings, move away from old env vars
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m6s
Build documentation / build-and-deploy (push) Successful in 1m18s

This commit is contained in:
2026-04-28 22:45:31 +02:00
parent 9fbe23024c
commit fbf067d418
15 changed files with 265 additions and 185 deletions

View File

@@ -19,7 +19,8 @@ c += terminal.c \
_fat.c \
libfat.c \
in_gb.c \
in_input.c
in_input.c \
cmdline_parser.c
o += terminal.o \
__premain.o \
@@ -40,4 +41,5 @@ o += terminal.o \
_fat.o \
libfat.o \
in_gb.o \
in_input.o
in_input.o \
cmdline_parser.o