1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-19 13:37:58 +01:00

Remove irrelevant options from completion

This commit is contained in:
2021-04-20 09:55:12 +02:00
parent c51603644b
commit 03b6fdb8ec

7
box.py
View File

@@ -142,13 +142,6 @@ _boxpy() {
--key) --key)
_ssh_identityfile _ssh_identityfile
;; ;;
--basefolder)
COMPREPLY=( $(compgen -o dirnames -- ${cur}) )
;;
--variant)
COMPREPLY=( $(compgen -W "Standard Fixed Split2G Stream
ESX" -- ${cur}) )
;;
esac esac
fi fi