Merge pull request #546 from mslacken/alias-nodes

add nodes as alias for node
This commit is contained in:
Christian Goll
2022-10-12 21:29:27 +02:00
committed by GitHub

View File

@@ -11,9 +11,10 @@ import (
var (
baseCmd = &cobra.Command{
DisableFlagsInUseLine: true,
Use: "profile COMMAND [OPTIONS]",
Short: "Node configuration profile management",
Long: "Management of node profile settings",
Use: "profile COMMAND [OPTIONS]",
Short: "Node configuration profile management",
Long: "Management of node profile settings",
Aliases: []string{"nodes"},
}
)