MCPcopy Create free account
hub / github.com/auth0/auth0-cli / stringSliceToCommaSeparatedString

Function stringSliceToCommaSeparatedString

internal/cli/apps.go:1089–1091  ·  view source on GitHub ↗
(s []string)

Source from the content-addressed store, hash-verified

1087}
1088
1089func stringSliceToCommaSeparatedString(s []string) string {
1090 return strings.Join(s, ", ")
1091}
1092
1093func stringSliceToPtr(s []string) *[]string {
1094 if s == nil {

Callers 4

showUserCmdFunction · 0.70
updateUserCmdFunction · 0.70
updateAppCmdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected