adapted and changed to the new words file

This commit is contained in:
UndeadMaelys
2022-06-06 07:13:30 +02:00
parent 6c54a672f7
commit 652a1e9cda
8 changed files with 67 additions and 12 deletions

View File

@@ -16,12 +16,13 @@ require "search_list"
require "remove_word"
require "add_word"
require "edit_word"
require "get_words"
require "lessons"
data_get = "heonian-content/words.lua"
data_output = "heonian-content/words.lua"
data_get = "heonian-content/words"
data_output = "heonian-content/words"
words = dofile(data_get)
words = getWords(data_get)
for _, v in pairs(arg) do
if v == "-h"