version

package
v0.7.0-rc.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL