|
|
|
|
|
by wokwokwok
797 days ago
|
|
By only allowing it to be on the PATH when you’re in a specific folder (eg. The binary only ever lives in project/bin, not $user/.shared/bin) and by making the binary filename have a prefix (eg. project-git) so you can’t possibly invoke it when expecting to call a normal cli command (eg git). Since cargo manages these installs, both would be trivial for it to do; just inconvenient for cli app authors. |
|