I open cargo dlx FR at
rust-lang/cargo#16117
community launch PR at
https://github.com/Embers-of-the-Fire/cargo-dlx/blob/main/DESIGN.md#yarn-dlx
yarn dlx
Does not support specifying versions
Thus, I found document missing at
https://yarnpkg.com/cli/dlx
- document missing: how to specific version?
- document missing: when
pkg@version have bin pkg and bin foo, how to call pkg?
- document missing: when
pkg@version have bin pkg and bin foo, how to call foo?
- document missing: when
pkg@version have bin pkg and bin foo, what happen when call bar?