Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
"strings"
4
5
func
FormatAsList(items []string) string {
6
return
strings.Join(items,
", "
)
7
}
Callers
10
formatVariableValueForBasic
Function · 0.92
viewRun
Function · 0.92
formatProjectForBasic
Function · 0.92
listRun
Function · 0.92
getWorkerAsBasic
Function · 0.92
ListRun
Function · 0.92
ViewRun
Function · 0.92
NewCmdList
Function · 0.92
viewRun
Function · 0.92
listRun
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected