scripts/completions/_install-scripts.zsh
Anna Schumaker 942693a659 Create an install-scripts.zsh script
To copy over the things we need on remote machines. I also update
cthon.zsh to copy over a setup script.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2021-12-07 13:58:13 -05:00

9 lines
191 B
Bash

#compdef install-scripts.zsh
function _install_scripts.zsh() {
_arguments \
'*:remote host: _alternative
"hosts:hosts: _ssh_hosts"
"domains:domains:($(virsh list --all --name))"'
}