mirror of
https://github.com/Hilbis/Hilbish
synced 2025-05-10 22:33:22 +00:00
fix: remove test code
This commit is contained in:
parent
8ea0667bdb
commit
afe1cefcdb
@ -47,16 +47,3 @@ end)
|
||||
bait.catch('hilbish.notification', function(notif)
|
||||
doNotifyPrompt()
|
||||
end)
|
||||
|
||||
hilbish.complete('command.comp', function(query, ctx, fields)
|
||||
local cg = {
|
||||
items = {
|
||||
'list item 1',
|
||||
['--command-flag-here'] = {'this does a thing', '--the-flag-alias'},
|
||||
['--styled-command-flag-here'] = {'this does a thing', '--the-flag-alias', display = lunacolors.blue '--styled-command-flag-here'}
|
||||
},
|
||||
type = 'list'
|
||||
}
|
||||
|
||||
return {cg}, prefix
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user