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

Function isInputRequired

internal/cli/input.go:141–143  ·  view source on GitHub ↗
(i commandInput, isUpdate bool)

Source from the content-addressed store, hash-verified

139}
140
141func isInputRequired(i commandInput, isUpdate bool) bool {
142 return !isUpdate && i.GetIsRequired()
143}
144
145func handleInputError(err error) error {
146 if err == terminal.InterruptErr {

Callers 5

askFunction · 0.85
askIntFunction · 0.85
askPasswordFunction · 0.85
_selectFunction · 0.85
openUpdateEditorFunction · 0.85

Calls 1

GetIsRequiredMethod · 0.65

Tested by

no test coverage detected