aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-04 01:37:58 +1000
committerDavid Walter Seikel2014-04-04 01:37:58 +1000
commitd3242a6031e16f63740b811e9586b5fea33aeb5a (patch)
tree6ac31242786443c165df7421748c2864858b3910 /ClientHamr
parentTODO++ (diff)
downloadSledjHamr-d3242a6031e16f63740b811e9586b5fea33aeb5a.zip
SledjHamr-d3242a6031e16f63740b811e9586b5fea33aeb5a.tar.gz
SledjHamr-d3242a6031e16f63740b811e9586b5fea33aeb5a.tar.bz2
SledjHamr-d3242a6031e16f63740b811e9586b5fea33aeb5a.tar.xz
TODO fixed.
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua4
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 -