magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.01k stars 250 forks source link

Enhancement: Enable the execution form any subdirectory within a project #501

Open mindaugasrukas opened 2 months ago

mindaugasrukas commented 2 months ago

Describe the feature This feature enables users to execute mage targets from any subdirectory within a project without the need to change the current working directory.

What problem does this feature address? This enhancement aims to improve the overall user experience.

Additional context The functionality is akin to how other tools, such as git, operate, allowing for more flexible and intuitive use.