fix git-v2 and kubernetes (#703)

- use `-i` instead of `-n` for table command.
- wrapped is needed for args
This commit is contained in:
Kuo-tung Kao 2023-12-20 20:03:55 +08:00 committed by GitHub
parent fce44fbbfd
commit 860a52a55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,7 +583,7 @@ export def kdp [
}
# kubectl attach (exec -it)
export def ka [
export def --wrapped ka [
pod?: string@"nu-complete kube deploys and pods"
--namespace (-n): string@"nu-complete kube ns"
--container(-c): string@"nu-complete kube ctns"