Make wrapper work for simple usecase
This commit is contained in:
@@ -140,11 +140,12 @@ $ echo '
|
||||
|
||||
kubectlw() {
|
||||
_wrapper \
|
||||
-a "$@" \
|
||||
-n kubectl \
|
||||
-v v1.19.4 \
|
||||
-l https://dl.k8s.io/release/VERSION/bin/linux/amd64/kubectl \
|
||||
-d https://dl.k8s.io/release/VERSION/bin/darwin/amd64/kubectl
|
||||
-d https://dl.k8s.io/release/VERSION/bin/darwin/amd64/kubectl \
|
||||
-- \
|
||||
"$@"
|
||||
}
|
||||
|
||||
⚡kubectl-version() {
|
||||
|
||||
Reference in New Issue
Block a user