branch

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: 10 Imported by: 0

Documentation

Overview

Package branch implements the repo branch command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdBranch

func NewCmdBranch(f *cmdutil.Factory) *cobra.Command

NewCmdBranch creates the repo branch command group

func NewCmdView

func NewCmdView(f *cmdutil.Factory, runF func(*ViewOptions) error) *cobra.Command

NewCmdView creates the view subcommand for repo branch

Types

type ViewOptions

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

	// Arguments
	Repository string
	Branch     string

	// Flags
	JSON bool
}

Source Files

  • branch.go

Directories

Path Synopsis
Package create implements the repo branch create command.
Package create implements the repo branch create command.
Package list implements the repo branch list command.
Package list implements the repo branch list command.

Jump to

Keyboard shortcuts

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