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

Method OpenEditor

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

Source from the content-addressed store, hash-verified

102}
103
104func (f *Flag) OpenEditor(cmd *cobra.Command, value *string, defaultValue, filename string, infoFn func()) error {
105 return openEditorFlag(cmd, f, value, defaultValue, filename, infoFn, nil, false)
106}
107
108func (f *Flag) OpenEditorW(cmd *cobra.Command, value *string, defaultValue, filename string, infoFn func(), tempFileFn func(string)) error {
109 return openEditorFlag(cmd, f, value, defaultValue, filename, infoFn, tempFileFn, false)

Callers 5

importUsersCmdFunction · 0.80
fetchRenderSettingsFunction · 0.80
createActionCmdFunction · 0.80
createRuleCmdFunction · 0.80

Calls 1

openEditorFlagFunction · 0.85

Tested by

no test coverage detected