Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1089
func
stringSliceToCommaSeparatedString(s []string) string {
1090
return
strings.Join(s,
", "
)
1091
}
1092
1093
func
stringSliceToPtr(s []string) *[]string {
1094
if
s == nil {
Callers
4
showUserCmd
Function · 0.70
updateUserCmd
Function · 0.70
updateAppCmd
Function · 0.70
appsSessionTransferUpdateCmd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected