mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
6 lines
208 B
Fish
6 lines
208 B
Fish
# salt-cp completion for fish shell
|
|
# See salt_common.fish in the same folder for the information
|
|
|
|
# hack to load functions from salt_common.fish completion
|
|
complete --do-complete='salt_common --' >/dev/null
|