From 4296a2e0666779f4c8912bbf7a33abad6f66cb71 Mon Sep 17 00:00:00 2001 From: vxclutch Date: Wed, 24 Jun 2026 13:56:36 -0400 Subject: [PATCH] Fix status --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 31095be..80fc1d6 100644 --- a/main.go +++ b/main.go @@ -61,10 +61,10 @@ var sayCmd = &cobra.Command{ } var statusCmd = &cobra.Command{ - Use: "cmd", + Use: "status", Short: "Get the status of the server", Run: server.Status, - Args: cobra.MinimumNArgs(1), + Args: cobra.MinimumNArgs(1), } //go:embed templates/docker-compose.yml