Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ GetIsRequired
Method
GetIsRequired
internal/cli/arguments.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(a Argument) GetIsRequired() bool {
30
return
true
31
}
32
33
func
(a *Argument) Ask(cmd *cobra.Command, value
interface
{}) error {
34
return
askArgument(cmd, a, value)
Callers
1
TestArgumentGetters
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestArgumentGetters
Function · 0.76