aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-04 16:29:18 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-04 16:29:18 -0400
commit93140c2896004f6ab5536e64b6970e48bbc92336 (patch)
tree0cfe6e40d911ebc5d592b9ba6f130bbd12f45613 /README.md
parent453c3610f9f17c48f4c62d7b04939275ea7c5406 (diff)
Document CLI parsing
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9eb2e25..f2f9611b 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ language features.
- Full-featured [libraries/modules](docs/libraries.md)
- [Full UTF8 support](docs/text.md) for all text operations
- Built-in doctests with syntax highlighting
-- Automatic command line argument parsing with type safety
+- [Automatic command line argument parsing with type safety](docs/command-line-parsing.md)
- Easy interoperability with C
## Dependencies