diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-16 16:57:14 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-16 16:57:24 -0700 |
| commit | 96e5e567cb208194793a56462b90fb02c9cfe927 (patch) | |
| tree | 2e4be316de4988929788420fbfc15b16b60ba743 /nomsu.lua | |
| parent | 2282085e13f11581d2d5c0ac1491d54da4a3e19d (diff) | |
Working module system.
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)]]) |
