You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering, once this gets merged, would it be possible to tell people, to just install asdf and afterwards go directly with asdf list-all elixir or even to asdf install elixir 1.4.5 without having to be explicit about plugin-add elixir ? I mean, once we have the plugins repo, plugin-add is looks to me like only really useful for non-official plugins.
This would probably work as follow:
Check if the plugin is available locally, if not, check if the plugin is in the registry. If the plugin is available in the registry, fetch it before running the command.
The text was updated successfully, but these errors were encountered:
@vic
This would probably work as follow:
Check if the plugin is available locally, if not, check if the plugin is in the registry. If the plugin is available in the registry, fetch it before running the command.
The text was updated successfully, but these errors were encountered: