Documentation
¶
Overview ¶
Package rootflags holds the persistent flags cobra binds on the root command. Owned by main; the pointer is populated by cobra before any subcommand's RunE fires. Both cmd/claude and cmd/codex consume the type without one subcommand importing the other.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct {
HistoryCap int
Verbose bool
AutoExit time.Duration
ExitAfter int
ThinkDelay time.Duration
StreamDelay time.Duration
}
Flags are the testagent-wide persistent flags. None are vendor- specific; both the claude and codex subcommands borrow the same pointer and propagate the values into engine.Globals at RunE time.
Click to show internal directories.
Click to hide internal directories.