cargo-dist icon indicating copy to clipboard operation
cargo-dist copied to clipboard

shell and powershell installers don't report that they installed aliases

Open Gankra opened this issue 3 months ago • 0 comments

This can be confusing because in some cases the alias is actually the "primary" name.

To be clear, they do install the aliases. I am talking about the information the print statements at the end of the installer

installing to /home/gankra/.mycoolapp
  myrealbin
everything's installed!

This should ideally output

installing to /home/gankra/.mycoolapp
  myrealbin
  myalias
everything's installed!

Gankra avatar May 10 '24 15:05 Gankra