Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlainBeginMarker = "<<<FLOW:RENDER:BEGIN>>>" PlainEndMarker = "<<<FLOW:RENDER:END>>>" )
Markers wrap rendered content when render runs in non-TUI (plain) mode so the output can be parsed out of a log stream. Kept deliberately distinctive to avoid colliding with content that happens to start or end with "###".
Variables ¶
This section is empty.
Functions ¶
func InteractiveDisabled ¶
func InteractiveDisabled() bool
InteractiveDisabled reports whether the process-wide DISABLE_FLOW_INTERACTIVE flag is set to a truthy value. Subexecs that shell out inherit this flag via env.DefaultEnv, and in-process subexecs share the parent Config.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.