add new APIs
This commit is contained in:
6
samples/command-receiver-search.lua
Normal file
6
samples/command-receiver-search.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- name = "Command receiver"
|
||||
-- type = "search"
|
||||
|
||||
function on_command(value)
|
||||
search:show{value}
|
||||
end
|
||||
Reference in New Issue
Block a user