issues

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package issues implements the pr 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 pr issues command

Types

type IssuesOptions

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

	// Arguments
	Repository string
	Number     int

	// Flags
	JSON bool
}

Source Files

  • issues.go

Jump to

Keyboard shortcuts

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