Documentation
¶
Overview ¶
Package list implements the pr 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
Head string
Base string
Sort string
Direction string
Page int
Paginate bool
PerPage int
LimitSet bool
PerPageSet bool
JSON bool
Format string
Milestone string
CommitMessage string
}
Source Files
¶
- list.go
Click to show internal directories.
Click to hide internal directories.