profile add doesn't take configuration flags (#57)

This commit is contained in:
Gregory Kurtzer
2021-04-25 13:24:51 -07:00
parent 663c31fc7e
commit 9d1a3bacfe

View File

@@ -4,7 +4,7 @@ import "github.com/spf13/cobra"
var (
baseCmd = &cobra.Command{
Use: "add [flags] <profile name>",
Use: "add <profile name>",
Short: "Add a new node profile",
Long: "This command will add a new node profile.",
RunE: CobraRunE,