diff options
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index adb78b7..d4b3616 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -512,8 +512,8 @@ TODO - | |||
512 | I think this is what matrix-RAD Collisions was all about. | 512 | I think this is what matrix-RAD Collisions was all about. |
513 | Skang command line should have standardish stuff, like --version, --help, --help module.thing. | 513 | Skang command line should have standardish stuff, like --version, --help, --help module.thing. |
514 | Lua does these already, might be no need to do them ourselves - | 514 | Lua does these already, might be no need to do them ourselves - |
515 | -e 'some script'. | 515 | -e 'some code'. |
516 | -i go interactive after running the -e script. | 516 | -i go interactive after running the script. |
517 | -v version. | 517 | -v version. |
518 | - read from stdin non interactively. | 518 | - read from stdin non interactively. |
519 | LuaJIT has this - | 519 | LuaJIT has this - |