prajwalch / yazap

🔧 The ultimate Zig library for seamless command line argument parsing.
https://prajwalch.github.io/yazap
MIT License
152 stars 13 forks source link

autocompletion scripts #22

Open kindlychung opened 4 months ago

kindlychung commented 4 months ago

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

prajwalch commented 4 months ago

This is definitely on the feature list, but due to college, I do not have much time to work on it this year. If anyone is willing to contribute, I am open to it.