From 397f30611f0198be849c7c1d75e5aaf3ad2af99c Mon Sep 17 00:00:00 2001 From: Pedro Enrique Date: Fri, 30 May 2025 13:59:02 +0200 Subject: [PATCH 1/2] Lots of ssss --- cmd/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/agent.go b/cmd/agent.go index c72884bb..e2691cca 100644 --- a/cmd/agent.go +++ b/cmd/agent.go @@ -222,7 +222,7 @@ func getAgentInfoFlow(logger logger.Logger, remoteAgents []agent.Agent, name str var agentCreateCmd = &cobra.Command{ Use: "create [name] [description] [auth_type]", - Short: "Create a new Agent", + Short: "Create a new Agentssss", Aliases: []string{"new"}, Args: cobra.MaximumNArgs(3), Run: func(cmd *cobra.Command, args []string) { From 0061b98cf59c4c74905ee083bcd656bc3f090990 Mon Sep 17 00:00:00 2001 From: Pedro Enrique Date: Fri, 30 May 2025 15:58:22 +0200 Subject: [PATCH 2/2] less ss --- cmd/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/agent.go b/cmd/agent.go index e2691cca..be89287e 100644 --- a/cmd/agent.go +++ b/cmd/agent.go @@ -222,7 +222,7 @@ func getAgentInfoFlow(logger logger.Logger, remoteAgents []agent.Agent, name str var agentCreateCmd = &cobra.Command{ Use: "create [name] [description] [auth_type]", - Short: "Create a new Agentssss", + Short: "Create a new Agentss", Aliases: []string{"new"}, Args: cobra.MaximumNArgs(3), Run: func(cmd *cobra.Command, args []string) {