mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
fix git-v2 and kubernetes (#703)
- use `-i` instead of `-n` for table command. - wrapped is needed for args
This commit is contained in:
parent
fce44fbbfd
commit
860a52a55d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue