We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CLI returns yaml only. The --output flag is not supported:
--output
cmd.Flags().StringP(tmcli.OutputFlag, "o", "text", "Output format (text|json)")
Should be added to the query command
v0.45.0 and current master
v0.45.0
master
simd q tendermint-validator-set -h
The text was updated successfully, but these errors were encountered:
alexanderbez
Successfully merging a pull request may close this issue.
Summary of Bug
The CLI returns yaml only.
The
--output
flag is not supported:Should be added to the query command
Version
v0.45.0
and currentmaster
Steps to Reproduce
simd q tendermint-validator-set -h
For Admin Use
The text was updated successfully, but these errors were encountered: