Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunInput ¶
type RunInput struct {
Service driving.Service
Query string
Filter driving.IssueFilterInput
OrderBy driving.OrderBy
Direction driving.SortDirection
IncludeNotes bool
Limit int
JSON bool
Columns []cmdutil.Column
WriteTo io.Writer
TerminalWidth int
ColorScheme *iostreams.ColorScheme
}
RunInput holds the parameters for the search 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.