mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 19:19:58 +08: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
8 lines
609 B
Fish
8 lines
609 B
Fish
complete -c ansible-vault -l ask-vault-pass -f -d "Ask for vault password"
|
|
complete -c ansible-vault -s h -l help -f -d "Show this help message and exit"
|
|
complete -c ansible-vault -l new-vault-password-file -r -d "New vault password file for rekey"
|
|
complete -c ansible-vault -l output -r -d "Output file name for encrypt or decrypt; use - for stdout"
|
|
complete -c ansible-vault -l vault-password-file -r -d "Vault password file"
|
|
complete -c ansible-vault -s v -l verbose -d "Verbose mode (-vvv for more, -vvvv to enable connection debugging)"
|
|
complete -c ansible-vault -l version -d "Display version and exit"
|