feature/view-all (#5)

Reviewed-on: #5
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 #5.
This commit is contained in:
2025-04-20 05:28:56 +00:00
committed by jake
parent 4100762986
commit 13d3b2cef3
3 changed files with 18 additions and 2 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.3.3",
Version: "v0.3.4",
// Run: func(cmd *cobra.Command, args []string) { },
}