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
TitleProvided bool
BodyProvided 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
}
type RegexpWriter ¶ added in v1.2.1
type RegexpWriter struct {
// contains filtered or unexported fields
}
func NewRegexpWriter ¶ added in v1.2.1
func (*RegexpWriter) Flush ¶ added in v1.2.1
func (s *RegexpWriter) Flush() (int, error)
Click to show internal directories.
Click to hide internal directories.