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
+8
View File
@@ -0,0 +1,8 @@
# CliGen::Command
## Overview
The `CliGen::Command` class is used to hook into the macro system of crystal & to provide you macros that help cut down on boiler plate and allow the framework to check all of your provided values at compiletime to cut down on configuration issues at runtime.
# SubTopics
- [Macros](./Command/Macros.md)