mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
Some applications use the command-line implementations directly, rather than through the root command. Because the implentations obtained config from an unexported global, this would not work. Instead, have each command that needs the config parse it where needed.