dev/standards #4

Merged
jake merged 2 commits from dev/standards into main 2025-04-19 05:13:54 +00:00
Showing only changes of commit fc8acc7ce1 - Show all commits

View File

@ -14,7 +14,7 @@ var rootCmd = &cobra.Command{
Use: "mctl", Use: "mctl",
Short: "A remote console client", Short: "A remote console client",
Long: `mctl is a terminal-friendly remote console client made to manage game servers.`, Long: `mctl is a terminal-friendly remote console client made to manage game servers.`,
Version: "v0.3.2", Version: "v0.3.3",
// Run: func(cmd *cobra.Command, args []string) { }, // Run: func(cmd *cobra.Command, args []string) { },
} }