 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)
	Interactive bool
	RootDirOverride string
	RepoOverride    string
	Autofill bool
	WebMode  bool
	IsDraft    bool
	Title      string
	Body       string
	BaseBranch string
	HeadBranch string
	Reviewers []string
	Assignees []string
	Labels    []string
	Projects  []string
	Milestone string
}
     Click to show internal directories. 
   Click to hide internal directories.