package
0.0.0-20240305091328-aa4207a4b25d
Repository: https://github.com/badrootd/celestia-core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewCompletionCmd returns a cobra.Command that generates bash and zsh completion scripts for the given root command.
PrepareBaseCmd is meant for CometBFT 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
# Interfaces
Executable is the minimal interface to *corba.Command, so we can wrap if desired before the test.
No description provided by the author