Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitSuccess = 0 ExitError = 1 ExitUsage = 2 ExitNotFound = 3 ExitAuthError = 4 )
Variables ¶
View Source
var ( JSONOutput bool QuietOutput bool )
View Source
var Version = "dev"
Version is set at build time using -ldflags
Functions ¶
func ColorDisabled ¶
func ColorDisabled() bool
func CurrentVersion ¶ added in v0.0.14
func CurrentVersion() string
CurrentVersion returns the running tickli version. It prefers the build-time ldflags value and falls back to the module version recorded in the binary's build info (set automatically for `go install`-ed binaries).
func NewInitCommand ¶
func NewResetCommand ¶
func NewTickliCommand ¶
func NewUpdateCommand ¶ added in v0.0.14
func NewVersionCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.