asdf-community / asdf-golang

Go plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
549 stars 92 forks source link

Go cli not working #71

Closed rubiin closed 2 years ago

rubiin commented 2 years ago

Describe the bug tried go get github.com/pilu/fresh and fresh. Got command fresh not found

To Reproduce Steps to reproduce the behavior:

  1. Install andy cli via go get and run the cli

Expected behavior Cli should e invoked

Screenshots Screenshot: https://i.imgur.com/D9UU7Pv.png

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

rubiin commented 2 years ago

@kennyp reshim solved the problem. Is there a way to enable autoreshim after each package is installed similar to https://github.com/asdf-vm/asdf-nodejs/blob/master/shims/npm

kennyp commented 2 years ago

@rubiin I've been hesitant to add more overhead by doing more with shims and instead I've been using asdf-direnv to avoid shims all together. There's a note in the README about needing to reshim, and I could add a note to look at asdf-direnv. Thoughts?