Versions in this module Expand all Collapse all v1 v1.0.189 Feb 10, 2021 v1.0.188 Feb 10, 2021 Changes in this version + func NewCmdCreatePullRequest() *cobra.Command + type CreatePullRequestOptions struct + Base string + BatchMode bool + Body string + Fork bool + Input input.Interface + Labels []string + Push bool + Results *scm.PullRequest + Title string + func (o *CreatePullRequestOptions) Run() error + func (o *CreatePullRequestOptions) Validate() error