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

Function NewCommand

commandline/command_definition.go:56–67  ·  view source on GitHub ↗
(name string, summary string, description string)

Source from the content-addressed store, hash-verified

54}
55
56func NewCommand(name string, summary string, description string) *CommandDefinition {
57 return &CommandDefinition{
58 name,
59 summary,
60 description,
61 nil,
62 nil,
63 "",
64 false,
65 nil,
66 }
67}

Calls

no outgoing calls

Tested by

no test coverage detected