Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Command string
Dir string
Sandbox bool
SandboxBinary string
// Stdin, when non-empty, is streamed to the command's standard input. The
// terminal `submit` verb uses it to pipe the PR summary to the
// operator-configured command through this one exec path (spec 08 R2) — no
// second exec implementation.
Stdin string
}
Click to show internal directories.
Click to hide internal directories.