Made command line args into a proper Nomsu list.
This commit is contained in:
parent
11e9e36636
commit
cb1c3106f8
@ -114,7 +114,7 @@ if not args or args.help then
|
|||||||
end
|
end
|
||||||
local files = require("files")
|
local files = require("files")
|
||||||
local nomsu = NomsuCompiler
|
local nomsu = NomsuCompiler
|
||||||
nomsu.arg = args.nomsu_args
|
nomsu.arg = NomsuCompiler.list(args.nomsu_args)
|
||||||
if args.version then
|
if args.version then
|
||||||
nomsu:run([[use "core"
|
nomsu:run([[use "core"
|
||||||
say (Nomsu version)]])
|
say (Nomsu version)]])
|
||||||
|
@ -66,7 +66,7 @@ if not args or args.help
|
|||||||
|
|
||||||
files = require "files"
|
files = require "files"
|
||||||
nomsu = NomsuCompiler
|
nomsu = NomsuCompiler
|
||||||
nomsu.arg = args.nomsu_args
|
nomsu.arg = NomsuCompiler.list(args.nomsu_args)
|
||||||
|
|
||||||
if args.version
|
if args.version
|
||||||
nomsu\run [[
|
nomsu\run [[
|
||||||
|
Loading…
Reference in New Issue
Block a user