diff options
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ if not args or args.help then os.exit(EXIT_FAILURE) end local nomsu = NomsuCompiler -nomsu.arg = NomsuCompiler._List(args.nomsu_args) +nomsu.environment.arg = NomsuCompiler.environment._List(args.nomsu_args) if args.version then nomsu:run([[use "core" say (Nomsu version)]]) |
