replies

package
v0.11.1 Latest Latest
Warning

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

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

Documentation

Overview

Package replies implements the discussions project comments replies command (repo scope).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdReplies

func NewCmdReplies(f *cmdutil.Factory, runF func(*RepliesOptions) error) *cobra.Command

NewCmdReplies creates the discussions project comments replies command (repo scope).

Types

type RepliesOptions

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

	Repository string
	Number     int
	CommentID  string

	Page    int
	PerPage int

	JSON bool
}

Source Files

  • replies.go

Jump to

Keyboard shortcuts

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