Streamed some refactoring. More work to do

This commit is contained in:
TJ DeVries
2020-07-31 00:05:22 -04:00
parent ababfbfd88
commit fa0382d93e
12 changed files with 555 additions and 112 deletions

View File

@@ -10,7 +10,8 @@ Finder.__call = function(t, ... ) return t:_find(...) end
--- Create a new finder command
---
--@param fn_command function The function to call
---@param opts table Keys:
-- fn_command function The function to call
function Finder:new(opts)
opts = opts or {}