matejak / argbash

Bash argument parsing code generator
Other
1.4k stars 62 forks source link

[RFE] Bash completion generator #29

Closed sgallagher closed 5 years ago

sgallagher commented 7 years ago

It would be fantastic if argbash could generate a framework for a bash-completion script that matches the arguments it accepts.

matejak commented 7 years ago

You are right, it is in the long-term plan.

matejak commented 6 years ago

The preview of a bash completion generator will be present in the upcoming release.

matejak commented 6 years ago

The bash completion needs checking, complete -F _argbash_sh argbash.sh should be complete -F _argbash_sh argbash

matejak commented 5 years ago

Basically resolved by #52