comments

package
v0.3.10 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package comments implements the issue comments command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdComments

func NewCmdComments(f *cmdutil.Factory, runF func(*CommentsOptions) error) *cobra.Command

NewCmdComments creates the issue comments command.

Types

type CommentsOptions

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

	Repository string
	Number     int

	Limit int
	Order string
	Since string
	JSON  bool
}

Source Files

  • comments.go

Jump to

Keyboard shortcuts

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