for-zig/cli
Easy CLI in zig
Seamless Command Line Integration with ZIG.
π Command Management
Define and handle commands with ease.
π οΈ Option Parsing
Support for short and long options, with or without values.
β Required Options
Enforce the presence of required options for commands.
βοΈ Optional Options
Provide flexibility to commands by allowing additional configuration without being mandatory.
π Platform Compatibility
Supports Windows, Linux and macOS.
Comprehensive documentation for this project is available at: rebuild-x.github.io/docs
This documentation is maintained by the Rebuild-X organization and provides detailed insights into the implementation and usage of the CLI framework.
To build and run the application, use the following commands:
zig build
./zig-out/bin/my_cli help