MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / NewCreateFlags

Function NewCreateFlags

pkg/cmd/projectgroup/create/create.go:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func NewCreateFlags() *CreateFlags {
65 return &CreateFlags{
66 Name: flag.New[string](FlagName, false),
67 Description: flag.New[string](FlagDescription, false),
68 }
69}
70
71func NewCmdCreate(f factory.Factory) *cobra.Command {
72 optFlags := NewCreateFlags()

Callers 1

NewCmdCreateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected