cmd

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

type RepoInfo added in v0.2.0

type RepoInfo struct {
	Repo                     *config.Repository
	Name                     string
	IsGitLab                 bool
	CurrentDir               string
	IssueNumber              int
	Branch                   string
	DescriptionProvider      services.MRDescriptionProvider // For MR operations (code repo)
	IssueDescriptionProvider services.MRDescriptionProvider // For issue operations (may be different repo)
}

RepoInfo holds information about a selected repository and related data

type RepoSettings added in v0.2.0

type RepoSettings struct {
	Repo         *config.Repository
	Name         string
	Directory    string
	Labels       string
	Milestone    string
	Provider     services.SCMProvider
	CodeRepo     *config.Repository // For cross-repo: code repo where branch is created
	CodeRepoName string             // Name of code repo
}

RepoSettings represents repository settings and configuration

Jump to

Keyboard shortcuts

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