From e5954d8e56bc6034d1e8db6e98df430368d6d625 Mon Sep 17 00:00:00 2001 From: Max Anderson Date: Wed, 8 Nov 2023 16:34:38 -0500 Subject: [PATCH] Added an additional alias to the switch command --- cmd/switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/switch.go b/cmd/switch.go index f25dffb5..89b37a15 100644 --- a/cmd/switch.go +++ b/cmd/switch.go @@ -23,7 +23,7 @@ func (sc *SwitchCommand) Init() { Long: ` Switch Kube Context interactively `, - Aliases: []string{"s"}, + Aliases: []string{"s", "sw"}, Args: func(cmd *cobra.Command, args []string) error { if len(args) > 1 { return errors.New("no support for more than 1 parameter")