Closed veelenga closed 6 years ago
fixes #96
$ ./bin/icr icr(0.24.2) > icr(0.24.2) > ^D $ ./bin/icr --prompt-mode simple > a = 1 => 1 > ^D $ ./bin/icr --prompt-mode none a = 1 => 1 ^D $ ./bin/icr --prompt-mode no-such-mode wrong prompt mode (ArgumentError) from Icr::Console#prompt:String from __crystal_main from main
/cc @KINGSABRI
Sweet! Looks good.
Cool Cool, how to update the shred once the PR get merged?
Reinstall it from sources: https://github.com/crystal-community/icr#installation
We will prepare a new release later.
fixes #96
/cc @KINGSABRI