-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Home flag gets ignored when running help #11508
Comments
I think I remember this working, maybe it was introduced on tendermint v0.35.0 ?
After writing this I went to check if cosmos-sdk v0.44.6 was at least using tendermint v0.35.0, but it was at v0.34.14 so my guess is not true ... |
Commit v0.46.0-beta1 also has the same problem and running tendermint v0.35.2 |
I believe queries will be just based on the rpc endpoint. Not sure what query you are testing. It shouldn't consider |
But printing the help menu should not need to create the home directory, and if it needs it should honor the On my use case I don't let the user write on the home directory and attach a volume on |
I think we can remove the |
Yeah, there's no need for it (unless we ready from a client.toml, not sure if we still have that). |
Summary of Bug
Running
simd --home /data query -h
ignores the--home
flag and creates~/.simapp
Version
At commit v0.44.6
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: