adding subcommand aliases
All checks were successful
code scans / scans (push) Successful in 20s

This commit is contained in:
2025-11-26 13:13:00 -05:00
parent 64a0f7422a
commit 479204cb42
9 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,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.5.1",
Version: "v0.7.1",
}
// Execute adds all child commands to the root command and sets flags appropriately.