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

Method Pick

internal/cli/flags.go:92–94  ·  view source on GitHub ↗
(cmd *cobra.Command, result *string, fn pickerOptionsFunc)

Source from the content-addressed store, hash-verified

90}
91
92func (f *Flag) Pick(cmd *cobra.Command, result *string, fn pickerOptionsFunc) error {
93 return pickFlag(cmd, f, result, fn, false)
94}
95
96func (f *Flag) PickU(cmd *cobra.Command, result *string, fn pickerOptionsFunc) error {
97 return pickFlag(cmd, f, result, fn, true)

Callers 15

showNetworkACLCmdFunction · 0.45
updateNetworkACLCmdFunction · 0.45
listRolePermissionsCmdFunction · 0.45
addRolePermissionsCmdFunction · 0.45
removeRolePermissionsCmdFunction · 0.45
showPromptsTextFunction · 0.45
updateBrandingTextFunction · 0.45

Calls 1

pickFlagFunction · 0.85

Tested by

no test coverage detected