Documentation
¶
Overview ¶
Package version contains the current version of the stencil CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = goversion.GetVersionInfo( goversion.WithAppDetails("stencil", "A modern living-template engine for evolving repositories", "\033[4mhttps://stencil.rgst.io\033[0m"), goversion.WithASCIIName("\033[90m"+asciiName+"\033[0m\n"), func(i *goversion.Info) { if commit != "" { i.GitCommit = commit } if treeState != "" { i.GitTreeState = treeState } if date != "" { i.BuildDate = date } if version != "" { i.GitVersion = version } if builtBy != "" { i.BuiltBy = builtBy } }, )
Version is the current version of the stencil CLI.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.