chore: add 'ctx conn' alias for 'ctx connection' command

This commit is contained in:
Pasha Sviderski
2025-12-19 20:53:30 +10:00
parent 777615bc56
commit 85a2615db1
+1
View File
@@ -12,6 +12,7 @@ import (
func NewConnectionCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "connection",
Aliases: []string{"conn"},
Short: "Choose a new default connection for the current context.",
RunE: func(cmd *cobra.Command, args []string) error {
uncli := cmd.Context().Value("cli").(*cli.CLI)