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

@@ -20,6 +20,7 @@ var (
var runCmd = &cobra.Command{
Use: "run",
Aliases: []string{"r"},
Example: "mctl run -s <server> <command> args...",
Short: "Runs a saved command on a server",
Long: `Runs the named command with the provided args on the default/active server unless -s is specified`,