Made it so nomsu only runs REPL with -i
This commit is contained in:
parent
c6819cf1e9
commit
3d81837261
@ -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 = ""
|
||||
|
@ -693,7 +693,7 @@ if arg
|
||||
if args.flags["-p"]
|
||||
c.write = _write
|
||||
|
||||
if not args.input or args.flags["-i"]
|
||||
if args.flags["-i"]
|
||||
-- REPL
|
||||
c\run('require "lib/core.nom"', "stdin")
|
||||
while true
|
||||
|
Loading…
Reference in New Issue
Block a user