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

Method OpenEditorW

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

Source from the content-addressed store, hash-verified

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)
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)

Callers 1

Calls 1

openEditorFlagFunction · 0.85

Tested by

no test coverage detected