fix: README

This commit is contained in:
lohhiiccc 2026-04-20 13:31:21 +02:00
parent d521db90f8
commit 560b745995

View file

@ -66,7 +66,7 @@ clean interface over the kernel socket.
Shared CLI parsing layer used by all binaries. Provides a generic getopt Shared CLI parsing layer used by all binaries. Provides a generic getopt
wrapper and primitive parsers (int, float) that each binary plugs into. wrapper and primitive parsers (int, float) that each binary plugs into.
### src/<binary>/cli ### src/\<binary\>/cli
Per-binary argument parsing. Defines the accepted options, validates them, Per-binary argument parsing. Defines the accepted options, validates them,
and fills the binary-specific config struct. and fills the binary-specific config struct.
@ -101,7 +101,7 @@ This project is licensed under the GNU General Public License v3.0 - see the [LI
## Authors ## Authors
- **lohhiiccc** - [git](git.lohic.dev) - **lohhiiccc** - [git](https://git.lohic.dev)
## See Also ## See Also