Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
func
inputLabel(name string) string {
138
return
fmt.Sprintf(
"%s:"
, name)
139
}
140
141
func
isInputRequired(i commandInput, isUpdate bool) bool {
142
return
!isUpdate && i.GetIsRequired()
Callers
2
GetLabel
Method · 0.85
GetLabel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected