From 07df092fc6e746b281e8724911205da6779f5949 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 27 Jun 2025 18:03:16 -0400 Subject: [PATCH] add type annotation for the main function --- lua/dep.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/dep.lua b/lua/dep.lua index b28cd5c..e439167 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -57,6 +57,7 @@ function M.synctree(tree, cb) end -- basically the main function of our program +---@param opts speclist return function(opts) logger.pipe = logger:setup() bench:setup()