diff options
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ if not args or args.help os.exit(EXIT_FAILURE) nomsu = NomsuCompiler -nomsu.arg = NomsuCompiler.list(args.nomsu_args) +nomsu.arg = NomsuCompiler._List(args.nomsu_args) if args.version nomsu\run [[ |
