2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-11 14:53:22 +00:00

fix: remove test code

This commit is contained in:
sammyette 2025-05-04 20:21:57 -04:00
parent 8ea0667bdb
commit afe1cefcdb
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -47,16 +47,3 @@ end)
bait.catch('hilbish.notification', function(notif) bait.catch('hilbish.notification', function(notif)
doNotifyPrompt() doNotifyPrompt()
end) 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)