diff --git a/box.py b/box.py index b654d02..9acbff0 100755 --- a/box.py +++ b/box.py @@ -142,13 +142,6 @@ _boxpy() { --key) _ssh_identityfile ;; - --basefolder) - COMPREPLY=( $(compgen -o dirnames -- ${cur}) ) - ;; - --variant) - COMPREPLY=( $(compgen -W "Standard Fixed Split2G Stream - ESX" -- ${cur}) ) - ;; esac fi