yazap
yazap copied to clipboard
🔧 The ultimate Zig library for seamless command line parsing. Effortlessly handles options, subcommands, and custom arguments with ease.
Thanks for the library. Any chance to add something like `singleValueOptionInt(T)` which parses the input into an int of type T (making sure both that it's a valid integer and...
Hello there, first of all, great project! However i was wondering whether or not it would be a good addition to actually allow for arbitrary subcommands, as an example: I...
Would be nice to generate autocompletion scripts for bash/zsh/fish/nushell etc, like clap-rs: https://github.com/clap-rs/clap/blob/master/clap_complete/examples/completion.rs