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