chore: add m alias for machine command

This commit is contained in:
Pavel Sviderski
2025-05-21 15:46:31 +10:00
parent 735e36012a
commit 7edd8f2976
+1
View File
@@ -7,6 +7,7 @@ import (
func NewRootCommand() *cobra.Command { func NewRootCommand() *cobra.Command {
cmd := &cobra.Command{ cmd := &cobra.Command{
Use: "machine", Use: "machine",
Aliases: []string{"m"},
Short: "Manage machines in an Uncloud cluster.", Short: "Manage machines in an Uncloud cluster.",
} }
cmd.AddCommand( cmd.AddCommand(