Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
func
handleInputError(err error) error {
146
if
err == terminal.InterruptErr {
147
os.Exit(0)
148
}
149
150
return
unexpectedError(err)
151
}
Callers
13
selectTemplate
Function · 0.85
pickTwoVersions
Function · 0.85
ask
Function · 0.85
askBool
Function · 0.85
askInt
Function · 0.85
askPassword
Function · 0.85
askMultiSelect
Function · 0.85
_select
Function · 0.85
openCreateEditor
Function · 0.85
openUpdateEditor
Function · 0.85
loginCmd
Function · 0.85
listDeliveriesCmd
Function · 0.85
Calls
1
unexpectedError
Function · 0.85
Tested by
no test coverage detected