kotlin-argparser icon indicating copy to clipboard operation
kotlin-argparser copied to clipboard

Bash/Zsh auto completion script generation support.

Open sureshg opened this issue 8 years ago • 4 comments

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

sureshg avatar Mar 03 '17 19:03 sureshg

Sounds like a great idea! Are you interested in implementing it?

xenomachina avatar Mar 12 '17 00:03 xenomachina

I will look into this at the weekend, if help is still wanted @xenomachina

NoFr1ends avatar Aug 04 '17 08:08 NoFr1ends

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.

xenomachina avatar Aug 04 '17 17:08 xenomachina

Is there any updates?

joelhandwell avatar Jul 27 '18 22:07 joelhandwell