Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunInput ¶
type RunInput struct {
Service driving.Service
IssueID string
TerminalWidth int // Terminal width for word wrapping; 0 means no wrapping.
JSON bool
WriteTo io.Writer
ColorScheme *iostreams.ColorScheme
}
RunInput holds the parameters for the show command's core logic, decoupled from CLI flag parsing so it can be tested directly.
Click to show internal directories.
Click to hide internal directories.