cli

package
v0.4.6 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package cli defines the command-line interface for yeet.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUnsupportedProvider = errors.New("unsupported provider")
	ErrMissingToken        = errors.New("missing auth token")
	ErrGitHubRepoRequired  = errors.New("resolve github repository: owner and repo are required")
	ErrGitHubOwnerInvalid  = errors.New("resolve github repository: owner must not contain '/'")
	ErrGitLabProjectNeeded = errors.New("resolve gitlab repository: project or owner/repo are required")
	ErrRepositoryConflict  = errors.New("resolve repository: project does not match owner/repo")
	ErrGitRemoteNotFound   = errors.New("git remote not found")
	ErrGitRemoteHasNoURL   = errors.New("git remote has no url")
	ErrGitRemoteURLBlank   = errors.New("git remote url is blank")
)
View Source
var ErrConfigExists = errors.New("config file already exists")

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

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