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() (gh.Config, error) IO *iostreams.IOStreams BaseRepo func() (ghrepo.Interface, error) Browser browser.Browser Prompter prShared.Prompt TitledEditSurvey func(string, string) (string, string, error) RootDirOverride string HasRepoOverride bool EditorMode bool WebMode bool RecoverFile string Title string Body string Interactive bool Assignees []string Labels []string Projects []string Milestone string Template string }
Click to show internal directories.
Click to hide internal directories.