label

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package label implements the issue label command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdLabel

func NewCmdLabel(f *cmdutil.Factory, runF func(*LabelOptions) error) *cobra.Command

NewCmdLabel creates the label command

Types

type LabelOptions

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

	// Arguments
	Repository string
	Number     int

	// Flags
	Add    []string
	Remove string
	List   bool
}

Source Files

  • label.go

Jump to

Keyboard shortcuts

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