Usage Example
cli App {
command "build" {
flag "--release", Bool
flag "--target", String = "x86_64"
}
}
Features & Capabilities
Declarative command-line argument parser featuring automatic `--help` screens, flag typing, and ANSI color styling. This library is designed with strict nominal type boundaries, deterministic memory layouts, and full verification against memory corruption.
← Back to Package Registry