added parameters to limit search to heonian or translation

This commit is contained in:
UndeadMaelys
2022-03-22 21:24:34 +01:00
parent bd15134c3e
commit b8cee98c44
3 changed files with 33 additions and 7 deletions

View File

@@ -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])