added parameters to limit search to heonian or translation
This commit is contained in:
8
lexicon
8
lexicon
@@ -42,10 +42,12 @@ or arg[1] == "howdo" then
|
||||
- transcripts the word to heonian script
|
||||
|
||||
Parameters:
|
||||
-h / --help (shows what does the command do)
|
||||
-a / --all (shows more info on the word, if any)
|
||||
-v / --verbose (shows the transcription process)
|
||||
-c / --copy (copies transcription to keyboard)
|
||||
-e / --english (limits the search to the translated words)
|
||||
-h / --help (shows what does the command do)
|
||||
-r / --raw (limits the search to the heonian words)
|
||||
-v / --verbose (shows the transcription process)
|
||||
]])
|
||||
return
|
||||
end
|
||||
@@ -77,6 +79,8 @@ or arg[1] == "search" then
|
||||
Parameters:
|
||||
-h / --help (shows what does the command do)
|
||||
-a / --all (shows more info on the word, if any)
|
||||
-e / --english (limits the search to the translated words)
|
||||
-r / --raw (limits the search to the heonian words)
|
||||
]])
|
||||
else
|
||||
if arg[2] then searchList(arg[2])
|
||||
|
||||
Reference in New Issue
Block a user