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

Method convertCommands

commandline/cli.go:160–166  ·  view source on GitHub ↗
(commands ...*CommandDefinition)

Source from the content-addressed store, hash-verified

158}
159
160func (c Cli) convertCommands(commands ...*CommandDefinition) []*cli.Command {
161 result := []*cli.Command{}
162 for _, command := range commands {
163 result = append(result, c.convertCommand(command))
164 }
165 return result
166}
167
168func (c Cli) convertStringSliceFlag(flag *FlagDefinition) *cli.StringSliceFlag {
169 envVars := []string{}

Callers 2

runMethod · 0.95
convertCommandMethod · 0.95

Calls 1

convertCommandMethod · 0.95

Tested by

no test coverage detected