From 26665f26aa7c6bcf05dfd0e73f70412864441a00 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Sun, 23 Nov 2025 19:06:35 +0000 Subject: [PATCH] libbase: Adds backlog ideas. --- BACKLOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BACKLOG.md b/BACKLOG.md index fe45946..798484c 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -4,6 +4,10 @@ * Split non-core functionality out of libbase/libbase.h and require explicit includes. While doing so, benchmark compilation time. + +## bs_arg + +* Support "extra" arguments of no type, eg. for `--help` or `--version`. ## bs_file