diff options
| -rw-r--r-- | nomsu.lua | 2 | ||||
| -rwxr-xr-x | nomsu.moon | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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)]]) @@ -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 [[ |
