kotlin-argparser
kotlin-argparser copied to clipboard
Bash/Zsh auto completion script generation support.
I am not sure if this makes sense for this library. So just wanted to get your opinion on providing an option to generate Bash/Zsh completion scripts for the arguments like in some other cli/flag libraries
https://github.com/spf13/cobra/blob/master/bash_completions.go https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/completion.go
Sounds like a great idea! Are you interested in implementing it?
I will look into this at the weekend, if help is still wanted @xenomachina
That would be very much appreciated!
I am on vacation for the next week, so I probably won't have a chance to look at any PRs until I get back.
Is there any updates?