carlobaldassi / ArgParse.jl

Package for parsing command-line arguments to Julia programs.
Other
236 stars 36 forks source link

Shell completion generation #99

Open ghost opened 4 years ago

ghost commented 4 years ago

Maintaining shell completion files for all the various popular shells these days is a bit of a hassle, but it could most likely be generated by ArgParse.jl instead. Rust this built into clap, Python with argcomplete and optcomplete, and I am sure there are other examples out there.