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.moon | |
| parent | 2282085e13f11581d2d5c0ac1491d54da4a3e19d (diff) | |
Working module system.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ if not args or args.help os.exit(EXIT_FAILURE) nomsu = NomsuCompiler -nomsu.arg = NomsuCompiler._List(args.nomsu_args) +nomsu.environment.arg = NomsuCompiler.environment._List(args.nomsu_args) if args.version nomsu\run [[ |
