mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-05-02 06:16:28 -04:00
fix missing _get_word function in_qvm-vms-all-vmtags()
This commit is contained in:
parent
b10b005be3
commit
d185febd13
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ complete -F _qvm-vms-all-vmfeatures qvm-features
|
|||
|
||||
#----- arg1: vm(all) ; arg2: vm tags -----
|
||||
_qvm-vms-all-vmtags() {
|
||||
case "${COMP_CWORD}" in
|
||||
case "$(_get-cword ${COMP_CWORD})" in
|
||||
1) _complete-vms "" ;;
|
||||
2) _complete-vmprops "$(_get-first-word)" "tags";;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue