Documentation
¶
Overview ¶
Package list implements the issue list command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListOptions ¶
type ListOptions struct {
IO *iostreams.IOStreams
HttpClient func() (*http.Client, error)
BaseRepo func() (string, error)
// Arguments
Repository string
// Flags
State string
Limit int
Labels string
Assignee string
Milestone string
Creator string
Sort string
Direction string
Since string
CreatedAfter string
CreatedBefore string
UpdatedAfter string
UpdatedBefore string
Search string
Page int
JSON bool
Format string
TimeFormat string
Template string
}
Source Files
¶
- list.go
Click to show internal directories.
Click to hide internal directories.