Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BRANCH = "main"
BRANCH of the Version
View Source
var COMMIT = "dirty"
View Source
var NAME = "satokens"
NAME of the App
View Source
var SUMMARY = "0.0.0"
SUMMARY of the Version
View Source
var VERSION = "0.0.0"
VERSION of Release
Functions ¶
func GetCommand ¶
func GetCommand(name string) *cli.Command
func GetSubcommands ¶
func GetSubcommands(group string) []*cli.Command
func RegisterSubcommand ¶
func RegisterSubcommand(group string, command *cli.Command)
Types ¶
type AppVersionInfo ¶
type AppVersionInfo struct { Name string Version string Branch string Summary string Commit string }
AppVersionInfo --
var AppVersion AppVersionInfo
AppVersion --
Click to show internal directories.
Click to hide internal directories.