Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreatePullRequest ¶
func NewCmdCreatePullRequest(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdCreatePullRequest creates a command object for the "create" command
Types ¶
type CreatePullRequestOptions ¶
type CreatePullRequestOptions struct {
options.CreateOptions
Dir string
Title string
Body string
Labels []string
Base string
Push bool
Fork bool
Results *gits.PullRequestInfo
}
CreatePullRequestOptions the options for the create spring command
func (*CreatePullRequestOptions) Run ¶
func (o *CreatePullRequestOptions) Run() error
Run implements the command
Click to show internal directories.
Click to hide internal directories.