Documentation
¶
Overview ¶
Package blocked provides the "blocked" shortcut command — lists issues that have unresolved blocked_by relationships.
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 blocked 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.