How to quit or exit evcxr in Rust without ctrl-c'ing?

55 Views Asked by At

Simple question, but how can i exit or quit Rust's REPL tool called evcxr?

I tried quit(), exit(), :q and ran out of ideas after that.

Well I can always do ctrl-c of course, but I was wondering if there is an actual command for it.

1

There are 1 best solutions below

0
Sander van den Oord On

Turns out, the way to quit evcxr is:
:quit

Found the answer here:
https://github.com/evcxr/evcxr/blob/main/COMMON.md