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

Method writeSeparator

commandline/parameter_formatter.go:107–111  ·  view source on GitHub ↗
(builder *strings.Builder, separator string)

Source from the content-addressed store, hash-verified

105}
106
107func (f parameterFormatter) writeSeparator(builder *strings.Builder, separator string) {
108 if builder.Len() > 0 {
109 builder.WriteString(separator)
110 }
111}
112
113func (f parameterFormatter) humanReadableType(_type string) string {
114 switch _type {

Callers 3

descriptionMethod · 0.95
usageExampleMethod · 0.95
commaSeparatedValuesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected