dev/command-saving (#1)

Reviewed-on: #1
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-04-17 15:40:54 +00:00
committed by jake
parent 8068b090ed
commit a9c6400761
10 changed files with 317 additions and 52 deletions

View File

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