package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Apr 21, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var RootCmd = &cobra.Command{
Use: "tendermint",
Short: "Tendermint Core (BFT Consensus) in Go",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
config.Set("log_level", logLevel)
logger.SetLogLevel(logLevel)
},
}
Exported so other CLI tools can use it
Source Files
¶
Click to show internal directories.
Click to hide internal directories.