Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figuring out how to exit is hard #49

Closed
furudean opened this issue Nov 29, 2019 · 2 comments · Fixed by #59
Closed

Figuring out how to exit is hard #49

furudean opened this issue Nov 29, 2019 · 2 comments · Fixed by #59

Comments

@furudean
Copy link

> ^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
Copy link
Contributor

lluchs commented May 27, 2020

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

@furudean
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants