MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / FormatAsList

Function FormatAsList

pkg/output/format.go:5–7  ·  view source on GitHub ↗
(items []string)

Source from the content-addressed store, hash-verified

3import "strings"
4
5func FormatAsList(items []string) string {
6 return strings.Join(items, ", ")
7}

Callers 10

viewRunFunction · 0.92
formatProjectForBasicFunction · 0.92
listRunFunction · 0.92
getWorkerAsBasicFunction · 0.92
ListRunFunction · 0.92
ViewRunFunction · 0.92
NewCmdListFunction · 0.92
viewRunFunction · 0.92
listRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected