Documentation
¶
Overview ¶
Package ready provides the "ready" shortcut command — a quick way to list issues that are available for work.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunInput ¶
type RunInput struct {
Service driving.Service
OrderBy driving.OrderBy
Direction driving.SortDirection
JSON bool
Limit int
Columns []cmdutil.Column
WriteTo io.Writer
ColorScheme *iostreams.ColorScheme
TerminalWidth int
}
RunInput holds the parameters for the ready 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.