delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
235 stars 32 forks source link

Feature/no password prompt #20

Closed drichert closed 12 years ago

drichert commented 12 years ago

Disable password prompt. Useful when STDIN.tty? is true

delano commented 12 years ago

Seems reasonable. Do you know why there's so much whitespace noise in the diff?

drichert commented 12 years ago

Force of habit; editor auto-strips trailing whitespace. Rebased.

drichert commented 12 years ago

Sorry, not ready yet. Need to re-rebase

drichert commented 12 years ago

Fixed. Ready :)

drichert commented 12 years ago

Are there any other changes you'd like to see?

delano commented 12 years ago

Just one. Rename the option no_password_prompt to password_prompt. I'll pull it in and release it.

drichert commented 12 years ago

All set

delano commented 12 years ago

Great, thanks for making Rye better!