mage
mage copied to clipboard
-d doesn't work with modules if the current directory isn't a project
if you run mage -d ./foo when using modules and your current directory isn't a modules project, it'll fail, saying it doesn't know where to find the project.
The fix is to actually change the working directory from -d first, and then do everything after that.