From cb1c3106f8d6517bb80d1deed6d21cb4f0a10bec Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 9 Jul 2018 17:00:41 -0700 Subject: Made command line args into a proper Nomsu list. --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index d02150d..3bc8fb8 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -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)]]) -- cgit v1.2.3