You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to do something like cat mnemonic.txt | cosmovisor run keys add test --recover it results in Error: EOF being returned from the binary, presumably because it does not pipe anything to the child process. It would be beneficial to at least pipe stdin of cosmovisor to the binary, or maybe inherit both stdin and stdout to allow fully interactive prompts.
The text was updated successfully, but these errors were encountered:
When trying to do something like
cat mnemonic.txt | cosmovisor run keys add test --recover
it results inError: EOF
being returned from the binary, presumably because it does not pipe anything to the child process. It would be beneficial to at least pipe stdin of cosmovisor to the binary, or maybe inherit both stdin and stdout to allow fully interactive prompts.The text was updated successfully, but these errors were encountered: