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

Method WithSubcommands

commandline/command_definition.go:36–39  ·  view source on GitHub ↗
(subcommands []*CommandDefinition)

Source from the content-addressed store, hash-verified

34}
35
36func (c *CommandDefinition) WithSubcommands(subcommands []*CommandDefinition) *CommandDefinition {
37 c.Subcommands = subcommands
38 return c
39}
40
41func (c *CommandDefinition) WithHidden(hidden bool) *CommandDefinition {
42 c.Hidden = hidden

Callers 6

createServiceCommandMethod · 0.80
createConfigCommandMethod · 0.80
createCacheCommandMethod · 0.80
createInspectCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected