From 62431864c5de8e908117fb34761cc77440d1fe88 Mon Sep 17 00:00:00 2001 From: AnnaSnoeijs Date: Mon, 18 Aug 2025 03:12:42 +0000 Subject: [PATCH] Add commandline.h to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0a473e..cbd02a6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ So for example the ui_vt100.c supports all platforms where vt100 escape codes ar When implementing a new ui, you can start from `ui_stub.c`. This "ui" is just the bare minimum to let the rest of the code work. +## `commandline.h` +The `commandline.h` file has the function that handles command-line argument parsing. + ## `logic.h` The `logic.h` file has the types used in `logic.c` and the functions it exposes.