@steveb8n Hi Steve - did you make any prog?
is there already something like dry-run in mach? This to see what will happen for a specific target. e.g for https://github.com/juxt/mach/blob/03bd0b2c30dcf70f6779734cffdbd63c74112cf6/examples/app/Machfile.edn#L12
$ mach classes:dry-run
target-dir "target"
classes-dir "target/classes"
classes
I want to say yes, but I can't remember what it was
mach classes:depends
?
~/src/github.com/juxt/mach/examples/app master*
❯ mach classes:depends
(classes classes-dir target-dir)
thanks!