You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./darklua process . scripts
ERROR > unable to remove path prefix `.` from `src/init.lua`: prefix not found
./darklua process ./src ./scripts
ERROR > unable to remove path prefix `./src` from `src/init.lua`: prefix not found
I want to at least be explicit with my directories to script something up good. However, . and .. don't seem to be supported on the input and output directories path strings.