issue

package
v0.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2026 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	// contains filtered or unexported fields
}

func New

func New(appConfig *config.AppConfig) Issue

func (Issue) GetRootCmd

func (i Issue) GetRootCmd() *cobra.Command

func (Issue) RunIssueStart

func (i Issue) RunIssueStart(cmd *cobra.Command, flags issue.IssueStartFlags) error

RunIssueStart contains the full issue-start flow. trackerFirst=true for `issue start` (tracker pre-selected); false for `branch new` (manual pre-selected).

type MergeStrategy added in v0.8.0

type MergeStrategy string
const (
	StrategySquash  MergeStrategy = "squash"
	StrategyRebase  MergeStrategy = "rebase"
	StrategyClassic MergeStrategy = "classic"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL