fish-shell/share/completions/ansible-galaxy.fish

5 lines
355 B
Fish
Raw Normal View History

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"