Describe the feature
Support an execution mode where mage only prints the command-lines it would run, but doesn't actually run them.
What problem does this feature address?
Allows you to see what would be done before it actually happens. While -v and -debug already exist, they both still result in the actual commands being executed; in some situations, one may want to verify the correctness of one's magefile by just seeing what would be running.
Describe the feature
Support an execution mode where
mageonly prints the command-lines it would run, but doesn't actually run them.What problem does this feature address?
Allows you to see what would be done before it actually happens. While
-vand-debugalready exist, they both still result in the actual commands being executed; in some situations, one may want to verify the correctness of one's magefile by just seeing what would be running.