add new APIs

This commit is contained in:
Evgeny
2022-12-29 11:45:20 +04:00
parent 5f40ef4962
commit e76d17b5de
5 changed files with 32 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
-- name = "Command receiver"
-- type = "search"
function on_command(value)
search:show{value}
end