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

Method DisableInteractive

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

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.95
NewCmdRootFunction · 0.65

Implementers 1

askWrapperpkg/question/ask.go

Calls

no outgoing calls

Tested by

no test coverage detected