package
0.27.3
Repository: https://github.com/corestario/tendermint.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

PrepareBaseCmd is meant for tendermint and other servers.
PrepareMainCmd is meant for client side libs that want some more flags This adds --encoding (hex, btc, base64) and --output (text, json) to the command.
RunCaptureWithArgs executes the given command with the specified command line args and environmental variables set.
RunWithArgs executes the given command with the specified command line args and environmental variables set.
WriteConfigVals writes a toml file with the given values.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Executor wraps the cobra Command with a nicer Execute method.

# Interfaces

Executable is the minimal interface to *corba.Command, so we can wrap if desired before the test.
No description provided by the author