Closed Holt59 closed 3 years ago
When running mob without a -d, mob looks for a .ini in the current folder to check if it has a paths/prefix entry, and use it.
mob
-d
.ini
paths/prefix
It would be nice if mob could look up the parent folders as well, so that one could typically do mob cmake ./vsbuild within one of the MO2 projects.
mob cmake ./vsbuild
Done.
When running
mob
without a-d
,mob
looks for a.ini
in the current folder to check if it has apaths/prefix
entry, and use it.It would be nice if
mob
could look up the parent folders as well, so that one could typically domob cmake ./vsbuild
within one of the MO2 projects.