lint: stricter type checking

This commit is contained in:
Steven Arcangeli 2024-08-30 17:09:56 -07:00
parent f60bb7f793
commit 1360be5fda
9 changed files with 25 additions and 3 deletions

View file

@ -22,6 +22,7 @@ function PowershellConnection.new(init_command)
self:_init(init_command)
---@type oil.PowershellConnection
return self
end