aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-09 17:00:41 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-09 17:00:57 -0700
commitcb1c3106f8d6517bb80d1deed6d21cb4f0a10bec (patch)
treed5b9db8f4323c2aea321cf8c0638c4ae7664410d /nomsu.lua
parent11e9e3663663a45446911372fe52fc8bee2f238d (diff)
Made command line args into a proper Nomsu list.
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
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)]])