Fix status

This commit is contained in:
2026-06-24 13:56:36 -04:00
parent eed6cec6a2
commit 4296a2e066

View File

@@ -61,7 +61,7 @@ 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),