Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "monetd", Short: "MONET-Daemon", TraverseChildren: true, PersistentPreRunE: func(cmd *cobra.Command, args []string) (err error) { if err := readConfig(cmd); err != nil { return err } logger.Level = logLevel(config.LogLevel) return nil }, }
RootCmd is the root command for monetd
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "show version info", Long: `Monetd Version information`, Run: func(cmd *cobra.Command, args []string) { fmt.Print(monet.FullVersion()) }, }
VersionCmd displays the version of evml being used
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.