chrisosaurus / dodo

scriptable in place file editor
MIT License
4 stars 1 forks source link

add repl support for explicit 'quit' #16

Closed chrisosaurus closed 9 years ago

chrisosaurus commented 9 years ago

the repl added in #15 doesn't support the 'q' (quit) command

execute should be able to signal both implicit quit and explicit quit via different errors codes, the repl should only quite on explicit quit.

chrisosaurus commented 9 years ago

another one fixed in the great merge of 2015, thanks @phillid