issues

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package issues implements the search issues command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdIssues

func NewCmdIssues(f *cmdutil.Factory, runF func(*IssuesOptions) error) *cobra.Command

NewCmdIssues creates the search issues command.

Types

type IssuesOptions

type IssuesOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)

	Query string
	Repo  string
	State string
	Limit int
	Page  int
	JSON  bool
}

IssuesOptions configures the search issues command.

Source Files

  • issues.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL