axodotdev / cargo-dist

📦 shippable application packaging
https://axodotdev.github.io/cargo-dist/
Apache License 2.0
1.31k stars 56 forks source link

feat: pipe working directory into more CLI commands #1139

Closed mistydemeo closed 2 weeks ago

mistydemeo commented 2 weeks ago

Similar to the work that was done in generic builds recently, this passes a working directory to CLI commands that are pwd-sensitive. This specifically covers cargo, git, and brew bundle; I left things like linkage alone, because those don't do anything with the pwd.