@@ -13,69 +13,34 @@ Works on Linux, Windows, and Mac.
1313* português translation?
1414
1515# About
16- <details ><summary >lua -?</summary ><p >
17- Lua Console | Version: 1/5/2017<br >
18- Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio<br >
19- LuaConsole Copyright MIT (C) 2017 Hydroque<br >
20-
21- Supports Lua5.3, Lua5.2, Lua5.1
22-
23- - Files executed by passing
24- - Global variable defintions
25- - Dynamic module loading
26- - PUC-Lua compatibility support
27- - Working directory support
28- - Built in stack-dump
29- - Console clearing
30-
31- Usage: lua.exe [ FILE_PATH] [ -v] [ -e] [ -s START_PATH] [ -p] [ -a] [ -c] [ -Dvar=val]
32- [ -Lfilepath.lua] [ -b[ a,b,c]] [ -?] [ -n] {parameter1 ...}
33-
34- -v Prints the Lua version in use
35- -e Prevents lua core libraries from loading
36- -s Issues a new root path
37- -p Has console post exist after script in line by line mode
38- -a Disables the additions
39- -c No copyright on init
40- -d Defines a global variable as value after '='
41- -l Executes a module before specified script
42- -b[ a,b,c] Load parameters arg differently. a=before passed -l's, b=give p
43- assed -l's a tuple, c=give passed file a tuple
44- -n Start of parameter section
45- -? Displays this help message
46- </p >
47- </details >
4816<details ><summary >luaw -?</summary ><p >
49- Lua Console | Version: 1/5 /2017<br >
17+ Lua Console | Version: 1/6 /2017<br >
5018Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio<br >
5119LuaConsole Copyright MIT (C) 2017 Hydroque<br >
52-
53- Supports Lua5.3, Lua5.2, Lua5.1
54-
55- - Line by Line interpretation
56- - Files executed by passing
57- - Global variable defintions
58- - Dynamic module loading
59- - PUC-Lua compatibility support
60- - Working directory support
61- - Built in stack-dump
62- - Console clearing
63-
64- Usage: lua.exe [ FILE_PATH] [ -v] [ -e] [ -s START_PATH] [ -p] [ -a] [ -c] [ -Dvar=val]
65- [ -Lfilepath.lua] [ -b[ a,b,c]] [ -?] [ -n] {parameter1 ...}
66-
67- -v Prints the Lua version in use
68- -e Prevents lua core libraries from loading
69- -s Issues a new root path
70- -p Has console post exist after script in line by line mode
71- -a Disables the additions
72- -c No copyright on init
73- -d Defines a global variable as value after '='
74- -l Executes a module before specified script or post-exist
75- -b[ a,b,c] Load parameters arg differently. a=before passed -l's, b=give p
76- assed -l's a tuple, c=give passed file a tuple
77- -n Start of parameter section
78- -? Displays this help message
20+
21+ Supports Lua5.3, Lua5.2, Lua5.1<br >
22+
23+ - Files executed by passing<br>
24+ - Global variable defintions<br>
25+ - PUC-Lua and LuaJIT compatible<br>
26+ - Dynamic module loading<br>
27+ - Built-in stack-dump<br>
28+ - Line by Line interpretation<br>
29+
30+ Usage: luaw.exe [ FILE_PATH] [ -v] [ -e] [ -s START_PATH] [ -p] [ -a] [ -c] <br >
31+ [ -Dvar=val] [ -Lfilepath.lua] [ -b[ a,b,c]] [ -?] [ -n] {parameter1 ...}<br >
32+
33+ -v Prints the Lua version in use<br >
34+ -e Prevents lua core libraries from loading<br >
35+ -s Issues a new root path<br >
36+ -p Has console post exist after script in line by line mode<br >
37+ -c No copyright on init<br >
38+ -d Defines a global variable as value after '='<br >
39+ -l Executes a module before specified script or post-exist<br >
40+ -b[ a,b,c] Load parameters arg differently. a=before passed -l's,<br >
41+ b=give passed -l's a tuple, c=give passed file a tuple<br >
42+ -n Start of parameter section<br >
43+ -? Displays this help message<br >
7944</p >
8045</details >
8146
0 commit comments