Made command line args into a proper Nomsu list.

This commit is contained in:
Bruce Hill 2018-07-09 17:00:41 -07:00
parent 11e9e36636
commit cb1c3106f8
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ if not args or args.help then
end
local files = require("files")
local nomsu = NomsuCompiler
nomsu.arg = args.nomsu_args
nomsu.arg = NomsuCompiler.list(args.nomsu_args)
if args.version then
nomsu:run([[use "core"
say (Nomsu version)]])

View File

@ -66,7 +66,7 @@ if not args or args.help
files = require "files"
nomsu = NomsuCompiler
nomsu.arg = args.nomsu_args
nomsu.arg = NomsuCompiler.list(args.nomsu_args)
if args.version
nomsu\run [[