Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
AskProvider
interface
{
15
IsInteractive() bool
16
DisableInteractive()
17
Ask(p survey.Prompt, response
interface
{}, opts ...survey.AskOpt) error
18
}
19
Callers
2
main
Function · 0.95
NewCmdRoot
Function · 0.65
Implementers
1
askWrapper
pkg/question/ask.go
Calls
no outgoing calls
Tested by
no test coverage detected