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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.