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

Method convertFlags

commandline/cli.go:258–264  ·  view source on GitHub ↗
(flags ...*FlagDefinition)

Source from the content-addressed store, hash-verified

256}
257
258func (c Cli) convertFlags(flags ...*FlagDefinition) []cli.Flag {
259 result := []cli.Flag{}
260 for _, flag := range flags {
261 result = append(result, c.convertFlag(flag))
262 }
263 return result
264}

Callers 2

runMethod · 0.95
convertCommandMethod · 0.95

Calls 1

convertFlagMethod · 0.95

Tested by

no test coverage detected