9 lines
131 B
Lua
9 lines
131 B
Lua
|
|
function()
|
|
return shell.setCompletionFunction(
|
|
"turtlemanager.lua",
|
|
function(...)
|
|
return {"meow"}
|
|
end
|
|
)
|
|
end
|