in interactive, cannot type a space after a command

Issue #7 resolved
Bart Bogaerts created an issue

Problem:

given command "x" which runs correctly in the interactive shell, "x " won't run. This is certainly the case for help, help(), ...

Comments (4)

  1. Broes De Cat

    Fixed history, version and help commands

    fixes #71 fixes #56 fixes #7 fixes #5 fixes #38 fixes #57

    Added correct completion, ctrl-d, ctrl-c. Lua now correctly aborts its execution when a matching command cannot be found.

    87c18c42c234

  2. Log in to comment