Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/auto-generate/completions/ansible-galaxy.nu
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

18 lines
363 B
Nu

# Show version and config
extern "ansible-galaxy" [
--version # Show version and config
--verbose(-v) # Verbose mode (-vvv for more, -vvvv for connection debugging)
...args
]
#
extern "ansible-galaxy download\t'Download collections as tarball" [
...args
]
#
extern "ansible-galaxy init\t'Initialize new role with the base structure" [
...args
]