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

Method Build

commandline/flag_builder.go:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (b *FlagBuilder) Build() []*FlagDefinition {
95 flags := []*FlagDefinition{}
96 for _, name := range b.order {
97 flags = append(flags, b.flags[name])
98 }
99 return flags
100}
101
102func (b *FlagBuilder) defaultFlags(hidden bool) []*FlagDefinition {
103 return []*FlagDefinition{

Callers 15

runMethod · 0.45
updateConfigIfNeededMethod · 0.45
createCategoryCommandMethod · 0.45
createServiceCommandMethod · 0.45
createConfigCommandMethod · 0.45
createCacheCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected