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

Method OpenEditorU

internal/cli/flags.go:112–114  ·  view source on GitHub ↗
(cmd *cobra.Command, value *string, defaultValue string, filename string)

Source from the content-addressed store, hash-verified

110}
111
112func (f *Flag) OpenEditorU(cmd *cobra.Command, value *string, defaultValue string, filename string) error {
113 return openEditorFlag(cmd, f, value, defaultValue, filename, nil, nil, true)
114}
115
116func (f *Flag) AskPassword(cmd *cobra.Command, value *string) error {
117 return askPasswordFlag(cmd, f, value, false)

Callers 3

updateActionCmdFunction · 0.80
updateRuleCmdFunction · 0.80
updateEmailTemplateCmdFunction · 0.80

Calls 1

openEditorFlagFunction · 0.85

Tested by

no test coverage detected