Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "giverny",
Short: "Giverny",
Long: `Giverny
Giverny is the swiss army knife of advanced tools for the Monet Hub. For most users,
you should not need to use this command. The inbuild commands in monetd will suffice for
most use cases.`,
}
RootCmd is the root command for giverny
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "show version info", Long: `Giverny Version information The version command outputs the version number for Monet, EVM-Lite, Babble and Geth. If you compile your own tools, the suffices are the GIT branch and the GIT commit hash. `, Run: func(cmd *cobra.Command, args []string) { fmt.Print(monet.FullVersion()) }, }
VersionCmd displays the version of evml being used
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.