mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-14 01:10:35 +00:00
refactor(binlib): future todo comment details
This commit is contained in:
parent
b1892a8098
commit
b426d86ff5
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ function installTool(tool: ToolId)
|
|||
--[[
|
||||
#!/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 path = string.sub(pathInfo, 10, #pathInfo - 2))
|
||||
|
||||
|
|
Loading…
Reference in a new issue