version

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdVersion = &commands.Command{
	UsageLine: "version",
	Short:     "Prints the current Bhojpur Web CLI version",
	Long: `
Prints the current Bhojpur Web, Server, and Go version alongside the platform information.
`,
	Run: versionCmd,
}

Functions

func GetGoVersion

func GetGoVersion() string

func InitBanner

func InitBanner(out io.Writer, in io.Reader)

InitBanner loads the banner and prints it to output All errors are ignored, the application will not print the banner in case of error.

func Now

func Now(layout string) string

Now returns the current local time in the specified layout

func ShowShortVersionBanner

func ShowShortVersionBanner()

ShowShortVersionBanner prints the short version banner.

Types

type RuntimeInfo

type RuntimeInfo struct {
	GoVersion  string
	GOOS       string
	GOARCH     string
	NumCPU     int
	GOPATH     string
	GOROOT     string
	Compiler   string
	CliVersion string
	Published  string
}

RuntimeInfo holds information about the current Bhojpur Web runtime.

Jump to

Keyboard shortcuts

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