mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
54c9d57e42
* 🚀
* 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
4 lines
355 B
Fish
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"
|