dotfiles/zsh/.oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh

12 lines
277 B
Bash
Raw Normal View History

2024-06-19 00:06:56 +02:00
_jfrog() {
local -a opts
opts=("${(@f)$(_CLI_ZSH_AUTOCOMPLETE_HACK=1 ${words[@]:0:#words[@]-1} --generate-bash-completion)}")
_describe 'values' opts
if [[ $compstate[nmatches] -eq 0 && $words[$CURRENT] != -* ]]; then
_files
fi
}
compdef _jfrog jfrog
compdef _jfrog jf