 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
	HttpClient func() (*http.Client, error)
	Config     func() (config.Config, error)
	IO         *iostreams.IOStreams
	Remotes    func() (context.Remotes, error)
	Branch     func() (string, error)
	RepoOverride string
	Autofill bool
	WebMode  bool
	IsDraft       bool
	Title         string
	TitleProvided bool
	Body          string
	BodyProvided  bool
	BaseBranch    string
	Reviewers []string
	Assignees []string
	Labels    []string
	Projects  []string
	Milestone string
}
     Click to show internal directories. 
   Click to hide internal directories.