v0.7.3
Update
zdev self-updateInstall
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/0ploy/zdev/main/install.sh | shBug Fixes
- Justfile cwd fix in v0.7.2 was incomplete and didn't actually work.
justchdirs to the justfile's parent directory internally when--justfileis passed, so the v0.7.2 fix (onlyexec.Cmd.Dir) was overridden and recipes still ran from.zdev/commands/. v0.7.3 also passes--working-directoryso recipes really do run from the project root. Verified with a regression test that writespwdto a marker file from inside a recipe.