fork

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

Documentation

Overview

Package fork implements the repo fork command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdFork

func NewCmdFork(f *cmdutil.Factory, runF func(*ForkOptions) error) *cobra.Command

NewCmdFork creates the fork command

Types

type ForkOptions

type ForkOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)
	Config     func() (config.Config, error)
	ParseRepo  func(string) (*git.Repo, error)
	ForkRepo   func(*api.Client, string, string) (*api.Repository, error)
	CloneRepo  func(*git.Repo, string, string, int) error

	// Arguments
	Repository string

	// Flags
	Clone bool
}

Source Files

  • fork.go

Jump to

Keyboard shortcuts

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