Committing before help rework

This commit is contained in:
2026-09-05 13:19:55 -05:00
parent 4cce5cc45c
commit 3fa77f5707
105 changed files with 22505 additions and 684 deletions
+9
View File
@@ -0,0 +1,9 @@
# CliGen Codebase
## Overview
This codebase relies HEAVILY on crystal macros as a way to parse the AST to learn what is defined in order to generate the runtime objects to handle input parsing & command routing.
## Topics
- [Command](./Command.md)
- [CommandNode](./CommandNode.md)
- [Flag](./Flag.md)