Documentation
¶
Index ¶
- Constants
- func GenerateCompletions(shell string) error
- func GenerateNextSemanticVersion(currentTag, versionType string) (string, error)
- func IsGitRepository() (bool, error)
- func ParseSemanticVersion(tag string) (major, minor, patch int, prefix string, err error)
- func PrintHelp()
- func PrintVersion(checkForUpdate bool, version string, commit string, date string, ...)
- func Update() error
- func UpdateRepo() error
- type VersionComparison
Constants ¶
View Source
const ( Reset = "\033[0m" Green = "\033[32m" Orange = "\033[33m" Red = "\033[31m" Gray = "\033[90m" Bold = "\033[1m" )
View Source
const ( TopLeft = "╭" TopRight = "╮" BottomLeft = "╰" BottomRight = "╯" Horizontal = "─" Vertical = "│" )
Variables ¶
This section is empty.
Functions ¶
func GenerateCompletions ¶ added in v0.6.3
func GenerateNextSemanticVersion ¶ added in v0.5.0
func IsGitRepository ¶
func ParseSemanticVersion ¶ added in v0.5.0
func PrintVersion ¶
func UpdateRepo ¶
func UpdateRepo() error
Types ¶
Click to show internal directories.
Click to hide internal directories.