create

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package create implements the pr create command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdCreate

func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Command

NewCmdCreate creates the create command

Types

type CreateOptions

type CreateOptions struct {
	IO             *iostreams.IOStreams
	HttpClient     func() (*http.Client, error)
	Branch         func() (string, error)
	ExecGitCommand func(string, ...string) (string, error)
	CreatePR       func(*api.Client, string, string, *api.CreatePROptions) (*api.PullRequest, error)
	OpenBrowser    func(string) error

	// Arguments
	Repository string

	// Flags
	Title string
	Body  string
	Head  string
	Base  string
	Draft bool
	Fill  bool
	Web   bool
	JSON  bool
	Fork  string // 跨仓库 PR:fork 项目路径【owner/repo】
}

Source Files

  • create.go

Jump to

Keyboard shortcuts

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