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

Method createServiceCommands

commandline/command_builder.go:760–767  ·  view source on GitHub ↗
(definitions []parser.Definition)

Source from the content-addressed store, hash-verified

758}
759
760func (b CommandBuilder) createServiceCommands(definitions []parser.Definition) []*CommandDefinition {
761 commands := []*CommandDefinition{}
762 for _, e := range definitions {
763 command := b.createServiceCommand(e)
764 commands = append(commands, command)
765 }
766 return commands
767}
768
769func (b CommandBuilder) parseArgument(args []string, name string) string {
770 for i, arg := range args {

Callers 2

CreateMethod · 0.95

Calls 1

createServiceCommandMethod · 0.95

Tested by

no test coverage detected