tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
442 stars 28 forks source link

Figuring out how to exit is hard #49

Closed furudean closed 4 years ago

furudean commented 4 years ago
> ^C
> ^C
> exit()
No such unit exit, did you mean spectral_exitance_frequency?
> ^C
> ^C
> ^C
> ^C
>
Expected term, got eof
> help
For information on how to use Rink, see the manual: https://github.com/tiffany352/rink-rs/wiki/Rink-Manual
> .exit
Expected term, got <Malformed number literal: No digits after decimal point>
> :q
Expected term, got `:`
> quit
lluchs commented 4 years ago

FWIW, EOF (^D) works fine for exiting, matching other interactive shells.

furudean commented 4 years ago

that's what you're supposed to do? i always mash ^C. maybe i'm the problem? 😅