fix(lua): bunch of typing
This commit is contained in:
parent
057b0890c2
commit
1974addbd2
10 changed files with 79 additions and 75 deletions
|
|
@ -6,6 +6,9 @@ local logger = require('cp.log')
|
|||
|
||||
local platforms = constants.PLATFORMS
|
||||
|
||||
--- Dispatch any `:CP cache ...` command
|
||||
---@param cmd table
|
||||
---@return nil
|
||||
function M.handle_cache_command(cmd)
|
||||
if cmd.subcommand == 'read' then
|
||||
local data = cache.get_data_pretty()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue