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

Function handleInputError

internal/cli/input.go:145–151  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

143}
144
145func handleInputError(err error) error {
146 if err == terminal.InterruptErr {
147 os.Exit(0)
148 }
149
150 return unexpectedError(err)
151}

Callers 13

selectTemplateFunction · 0.85
pickTwoVersionsFunction · 0.85
askFunction · 0.85
askBoolFunction · 0.85
askIntFunction · 0.85
askPasswordFunction · 0.85
askMultiSelectFunction · 0.85
_selectFunction · 0.85
openCreateEditorFunction · 0.85
openUpdateEditorFunction · 0.85
loginCmdFunction · 0.85
listDeliveriesCmdFunction · 0.85

Calls 1

unexpectedErrorFunction · 0.85

Tested by

no test coverage detected