We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd8525 commit 1ea2d1cCopy full SHA for 1ea2d1c
config/common/.config/fish/functions/kk.fish
@@ -1,6 +1,6 @@
1
function kk
2
if test (count $argv) -eq 0
3
- echo "Usage: kk <context>"
+ echo "Usage: kk <context> <... args ...>"
4
return 1
5
end
6
if test (count $argv) -eq 1
config/common/.config/fish/functions/kxn.fish
function kxn
if test (count $argv) -ne 2
- echo "Usage: kx <context> <ns>"
+ echo "Usage: kx <context> <namespace>"
kubectl config use-context $argv[1]
0 commit comments