 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type ListOptions ¶
type ListOptions struct {
	// metadata
	Assignee    string
	NotAssignee string
	Author      string
	NotAuthor   string
	Labels      []string
	NotLabels   []string
	Milestone   string
	Mine        bool
	Search      string
	Group       string
	Epic        int
	IssueType   string
	Iteration   int
	// issue states
	State        string
	Closed       bool
	Opened       bool
	All          bool
	Confidential bool
	// Pagination
	Page    int
	PerPage int
	// Other
	In string
	// display opts
	ListType       string
	TitleQualifier string
	OutputFormat   string
	Output         string
	OrderBy        string
	Sort           string
	IO       *iostreams.IOStreams
	BaseRepo func() (glrepo.Interface, error)
	JSONOutput bool
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.