MCPcopy Create free account
hub / github.com/UiPath/uipathcli / WithFlags

Method WithFlags

commandline/command_definition.go:31–34  ·  view source on GitHub ↗
(flags []*FlagDefinition)

Source from the content-addressed store, hash-verified

29}
30
31func (c *CommandDefinition) WithFlags(flags []*FlagDefinition) *CommandDefinition {
32 c.Flags = flags
33 return c
34}
35
36func (c *CommandDefinition) WithSubcommands(subcommands []*CommandDefinition) *CommandDefinition {
37 c.Subcommands = subcommands

Calls

no outgoing calls

Tested by

no test coverage detected