ethers-io / ethers-ens

Deprecated; please see `@ethersproject/cli` instead
https://github.com/ethers-io/ethers.js/tree/ethers-v5-beta/packages/cli
48 stars 15 forks source link

Support backspace in password entry #8

Closed ricmoo closed 4 years ago

ricmoo commented 7 years ago

The readline library doesn't seem to like backspaces, making it bothersome if you mistype a password.

I will look into this, which may simply require a flag passed to readline, or possibly an upstream patch to readline.

ricmoo commented 4 years ago

Sorry catching up on old issues...

Fixed a while ago. :)