Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Workspaces []string // List of workspace paths to run in
Command string // Command to execute
Args []string // Arguments for the command
JSONMode bool // Whether to aggregate JSON output
Logger *logrus.Logger // Logger for output
RootDir string // Root directory for relative path display
}
Options configures the runner behavior
Click to show internal directories.
Click to hide internal directories.