Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagProject = "project" FlagName = "name" FlagBaseBranch = "base-branch" )
Variables ¶
This section is empty.
Functions ¶
func CreateRun ¶
func CreateRun(opts *CreateOptions) error
func PromptMissing ¶
func PromptMissing(opts *CreateOptions) error
Types ¶
type CreateFlags ¶
type CreateFlags struct {
Project *flag.Flag[string]
Name *flag.Flag[string]
BaseBranch *flag.Flag[string]
}
func NewCreateFlags ¶
func NewCreateFlags() *CreateFlags
type CreateOptions ¶
type CreateOptions struct {
*CreateFlags
*cmd.Dependencies
shared.GetProjectCallback
shared.GetAllProjectsCallback
*sharedBranches.ProjectBranchCallbacks
}
func NewCreateOptions ¶
func NewCreateOptions(flags *CreateFlags, dependencies *cmd.Dependencies) *CreateOptions
Click to show internal directories.
Click to hide internal directories.