Sander Maijers
Sander Maijers
See also: https://github.com/cargo-bins/cargo-binstall/issues/3
You can use `shfmt -f .` to get a list of all shell scripts. Complex logic can be added in `shfmt`.
I disagree that symlinks are so rare though. We use them all the time to refer to boilerplate files inside submodules.
@baldurmen It seems to have been fixed. Can this be closed?
Yes you're right, the `pyproject.toml` is there but the `setup.py` lingers.
You can use PDM: https://pdm-backend.fming.dev/build_config/#run-setuptools
What would be the best workaround for now to emulate this feature at the least cost, @frostming?
Imitating other popular tools may be wise to converge on a standard over time.
A fruitful initial design could be to accept multiple project root directories on the CLI and complete the operation in parallel. A later workspace definition-based feature could reuse a lot...
Resolves #2398. @frostming @pawamoy after your review, I'll add the news fragment. Not sure whether and how to test this.