Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreatePullRequest ¶
NewCmdCreatePullRequest creates a command object for the "create" command
Types ¶
type CreatePullRequestOptions ¶
type CreatePullRequestOptions struct {
scmhelpers.Options
BatchMode bool
Title string
Body string
Labels []string
Base string
Push bool
Fork bool
Input input.Interface
Results *scm.PullRequest
}
CreatePullRequestOptions the options for thecommand
func (*CreatePullRequestOptions) Run ¶
func (o *CreatePullRequestOptions) Run() error
Run implements the command
func (*CreatePullRequestOptions) Validate ¶
func (o *CreatePullRequestOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.