fish-shell/share/completions/ansible-galaxy.fish
Benoit Hamon 54c9d57e42 Ansible completions (#4697)
* 🚀

* prepare to merge into fish-shell

* split into different files

* remove deprecated option

* captitalize descriptions

* make shorter description for ansible

* update ansible-playbook (and ansible for consistency)

* update version on vault and galaxy
2018-02-06 17:53:23 +01:00

4 lines
355 B
Fish

complete -c ansible-galaxy -a "delete import info init install list login remove search setup"
complete -c ansible-galaxy -s h -l help -d "Show this help message and exit"
complete -c ansible-galaxy -s v -l verbose -d "Verbose mode (-vvv for more, -vvvv to enable connection debugging)"
complete -c ansible-galaxy -l version -d "Display version and exit"