MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / IsInteractive

Method IsInteractive

pkg/question/ask.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type AskProvider interface {
15 IsInteractive() bool
16 DisableInteractive()
17 Ask(p survey.Prompt, response interface{}, opts ...survey.AskOpt) error
18}

Callers 4

IsPromptEnabledMethod · 0.65
GetSpacedClientMethod · 0.65
IsPromptEnabledMethod · 0.65

Implementers 1

askWrapperpkg/question/ask.go

Calls

no outgoing calls

Tested by

no test coverage detected