Closed
Description
My folder structure looks like this:
.
├── dist
│ └── ...
├── lua_modules
│ ├── lib
│ └── share
├── src
│ ├── init.tl
│ ├── inspect.d.tl
├── tlconfig.lua
lua_modules
has been populated by luarocks install <package> --tree lua_modules
with, eg, inspect
.
In this case, should I just copy the contents of inspect.d.tl
from this repo into src/inspect.d.tl
?
Metadata
Metadata
Assignees
Labels
No labels