Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArgBase = "base" ArgBaseShort = "b" ArgTemplate = "template" ArgTemplateShort = "t" )
Variables ¶
This section is empty.
Functions ¶
func BranchNameFromTemplate ¶ added in v0.3.0
BranchNameFromTemplate generates a branch name from a given template and Jira issue.
Types ¶
type CopyCommand ¶ added in v0.4.0
func NewCopyCommand ¶ added in v0.4.0
func NewCopyCommand() *CopyCommand
type CreateCommand ¶ added in v0.3.0
type CreateCommand struct { Command *cobra.Command Template string BaseBranch string // TODO: Make configurable. // contains filtered or unexported fields }
func NewCreateCommand ¶ added in v0.3.0
func NewCreateCommand() *CreateCommand
Click to show internal directories.
Click to hide internal directories.