lol
This commit is contained in:
parent
0992895e5c
commit
500d936c0f
10
R2H2.lua
10
R2H2.lua
@ -36,7 +36,7 @@ symbol_composite = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- program start
|
-- program start
|
||||||
function convertToHeonian(text, ...)
|
function convertToHeonian(text)
|
||||||
local step = true -- this is set to false when a conclusion has been reached
|
local step = true -- this is set to false when a conclusion has been reached
|
||||||
local transcribed = false
|
local transcribed = false
|
||||||
local transcribed_text = ""
|
local transcribed_text = ""
|
||||||
@ -44,12 +44,8 @@ function convertToHeonian(text, ...)
|
|||||||
-- verbose?
|
-- verbose?
|
||||||
local debug = false
|
local debug = false
|
||||||
|
|
||||||
for _, v in pairs(arg) do
|
for _, v in pairs(arg) do
|
||||||
if v == "-v"
|
if v == "-v" or v == "--verbose" then debug = true end
|
||||||
or v == "--verbose"
|
|
||||||
then
|
|
||||||
debug = true
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- we check if it's necessary to check anything at all
|
-- we check if it's necessary to check anything at all
|
||||||
|
Loading…
Reference in New Issue
Block a user