crystal-community / icr

Interactive console for Crystal programming language
MIT License
506 stars 40 forks source link

Reset ICR #75

Closed russolsen closed 6 years ago

russolsen commented 7 years ago

This patch adds a new command 'reset' to icr that clears out the command stack. Just quicker than restarting the whole program.

veelenga commented 6 years ago

@russolsen thank you!

edit command may be a nice addition now. It could allow user to edit the file in vim or something like that. @greyblake @jwoertink WDYT ?