toluappcegui-0.8 -version (return code: 0)
tolua++-1.0.93 (written by W. Celes, A. Manzur)
toluappcegui-0.8 -h (return code: 0)
usage: tolua++ [options] input_file
Command line options are:
-v : print version information.
-o file : set output file; default is stdout.
-H file : create include file.
-n name : set package name; default is input file root name.
-p : parse only.
-P : parse and print structure information (for debug).
-S : disable support for c++ strings.
-1 : substract 1 to operator[] index (for compatibility with tolua5).
-L file : run lua file (with dofile()) before doing anything.
-D : disable automatic exporting of destructors for classes that have
constructors (for compatibility with tolua5)
-W : disable warnings for unsupported features (for compatibility
with tolua5)
-k : produce LuaDoc API export to output instead
-C : disable cleanup of included lua code (for easier debugging)
-E value[=value] : add extra values to the luastate
-t : export a list of types asociates with the C++ typeid name
-h : print this message.
Should the input file be omitted, stdin is assumed;
in that case, the package name must be explicitly set.