dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
997 stars 34 forks source link

feat: allow for masked characters when prompting for user input #108

Closed andrewbrey closed 1 year ago

andrewbrey commented 1 year ago

@dsherret I've pushed some updates to address your comments - cheers!

andrewbrey commented 1 year ago

Overall looking good. I just noticed we should probably handle noClear: true when using lastVisible: true.

@dsherret done!