From cb1c3106f8d6517bb80d1deed6d21cb4f0a10bec Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 9 Jul 2018 17:00:41 -0700 Subject: [PATCH] Made command line args into a proper Nomsu list. --- nomsu.lua | 2 +- nomsu.moon | 2 +- 2 files changed, 2 insertions(+), 2 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)]]) diff --git a/nomsu.moon b/nomsu.moon index 6897a1f..09ee2bd 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -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 [[