refactor(binlib): future todo comment details

This commit is contained in:
Erica Marigold 2024-11-21 10:54:52 +00:00
parent b1892a8098
commit b426d86ff5

View file

@ -87,6 +87,9 @@ function installTool(tool: ToolId)
--[[ --[[
#!/bin/env -S lune run #!/bin/env -S lune run
-- First off, we check whether the tool is installed in pesde.toml
-- if we're being run as a symlink, and not a `pesde x` bin
local pathInfo = debug.info(1, "s") local pathInfo = debug.info(1, "s")
local path = string.sub(pathInfo, 10, #pathInfo - 2)) local path = string.sub(pathInfo, 10, #pathInfo - 2))