mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
fix missing _get_word function in_qvm-vms-all-vmtags()
This commit is contained in:
parent
b10b005be3
commit
d185febd13
@ -174,7 +174,7 @@ complete -F _qvm-vms-all-vmfeatures qvm-features
|
|||||||
|
|
||||||
#----- arg1: vm(all) ; arg2: vm tags -----
|
#----- arg1: vm(all) ; arg2: vm tags -----
|
||||||
_qvm-vms-all-vmtags() {
|
_qvm-vms-all-vmtags() {
|
||||||
case "${COMP_CWORD}" in
|
case "$(_get-cword ${COMP_CWORD})" in
|
||||||
1) _complete-vms "" ;;
|
1) _complete-vms "" ;;
|
||||||
2) _complete-vmprops "$(_get-first-word)" "tags";;
|
2) _complete-vmprops "$(_get-first-word)" "tags";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user