Documentation
¶
Overview ¶
Package feedback provides the command to submit feedback.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRepoAliasNotFound is returned when a repository alias is not in the config. ErrRepoAliasNotFound = errors.New("repository alias not found in configuration") // ErrInvalidRepoFormat is returned when a repository format is invalid. ErrInvalidRepoFormat = errors.New("invalid repository format in configuration") // ErrTitleEmpty is returned when a user provides an empty title. ErrTitleEmpty = errors.New("title cannot be empty") )
Functions ¶
func NewFeedbackCmd ¶
NewFeedbackCmd creates and configures the `feedback` command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.