diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-20 15:17:57 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-20 15:17:57 -0700 |
| commit | 3d81837261ff0a3b3fba8d59243c06fee8d650f4 (patch) | |
| tree | bde89b9ae67eb2493eae61a4b449d330039132e5 /nomsu.lua | |
| parent | c6819cf1e96f471ef0c278c2063a02ab429094fe (diff) | |
Made it so nomsu only runs REPL with -i
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1017,7 +1017,7 @@ if arg then c.write = _write end end - if not args.input or args.flags["-i"] then + if args.flags["-i"] then c:run('require "lib/core.nom"', "stdin") while true do local buff = "" |
