diff options
Diffstat (limited to 'bootstrap.moon')
| -rw-r--r-- | bootstrap.moon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.moon b/bootstrap.moon index f5b5900..05bd2a6 100644 --- a/bootstrap.moon +++ b/bootstrap.moon @@ -118,6 +118,8 @@ compile_actions = { ["Lua version"]: (code)=> LuaCode("_VERSION") ["nomsu environment"]: ()=> LuaCode("_ENV") ["nomsu environment name"]: ()=> LuaCode('"_ENV"') + ["this file was run directly"]: => LuaCode('WAS_RUN_DIRECTLY') + ["the command line arguments"]: => LuaCode('COMMAND_LINE_ARGS') } return compile_actions |
