X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fmultipass%2F_multipass;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fmultipass%2F_multipass;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=c742df65053f1c723f585bf5aad3cbbba509c620;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/multipass/_multipass b/stow/oh-my-zsh/.oh-my-zsh/plugins/multipass/_multipass deleted file mode 100644 index c742df6..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/multipass/_multipass +++ /dev/null @@ -1,73 +0,0 @@ -#compdef multipass - -_multipass_get_command_list () { - # Sample output: - # $ multipass --help - # ... - # Options: - # -h, --help Display this help - # -v, --verbose Increase logging verbosity. Repeat the 'v' in the short option - # for more detail. Maximum verbosity is obtained with 4 (or more) - # v's, i.e. -vvvv. - # ... - # Available commands: - # alias Create an alias - # aliases List available aliases - # ... - # - $_comp_command1 --help | sed '1,/Available commands/d' | awk '/^[ \t]*[a-z]+/ { print $1 }' -} - -_multipass_get_args_list () { - # Sample output: - # $ multpass help stop - # ... - # Options: - # -h, --help Display this help - # -v, --verbose Increase logging verbosity. Repeat the 'v' in the short - # option for more detail. Maximum verbosity is obtained with - # 4 (or more) v's, i.e. -vvvv. - # --all Stop all instances - # -t, --time