branch

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: 8 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

Jump to

Keyboard shortcuts

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