mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 17:28:19 +00:00
5 lines
355 B
Fish
5 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"
|