Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ GetIsRequired
Method
GetIsRequired
internal/cli/flags.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(f Flag) GetIsRequired() bool {
36
return
f.IsRequired
37
}
38
39
func
(f *Flag) IsSet(cmd *cobra.Command) bool {
40
if
cmd.Flags().Changed(f.LongForm) {
Callers
1
TestFlagGetters
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestFlagGetters
Function · 0.76