mage icon indicating copy to clipboard operation
mage copied to clipboard

-d doesn't work with modules if the current directory isn't a project

Open natefinch opened this issue 7 years ago • 0 comments

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.

natefinch avatar Nov 07 '18 21:11 natefinch