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

Function inputLabel

internal/cli/input.go:137–139  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

135}
136
137func inputLabel(name string) string {
138 return fmt.Sprintf("%s:", name)
139}
140
141func isInputRequired(i commandInput, isUpdate bool) bool {
142 return !isUpdate && i.GetIsRequired()

Callers 2

GetLabelMethod · 0.85
GetLabelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected