Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ UsageExample
Method
UsageExample
commandline/parameter_formatter.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(f parameterFormatter) UsageExample() string {
20
return
f.usageExample(f.parameter)
21
}
22
23
func
(f parameterFormatter) description(parameter parser.Parameter) string {
24
builder := strings.Builder{}
Callers
1
convertParameterToCommandParameter
Method · 0.80
Calls
1
usageExample
Method · 0.95
Tested by
no test coverage detected