yazap icon indicating copy to clipboard operation
yazap copied to clipboard

🔧 The ultimate Zig library for seamless command line parsing. Effortlessly handles options, subcommands, and custom arguments with ease.

Results 3 yazap issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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

enhancement