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
Is your feature request related to a problem? Please describe
In 0.18 you use asdf cmd <plugin> [<cmd|params>] whereas in the older version you could call asdf <plugin> [<cmd|params>] directly.
In addition, the docs and the cli still show the old way.
I liked the old way. Is there are a reason why the cmd command was introduced?
Describe the proposed solution
I have made a fork with a patch that re-introduces the old way, but also keeps the new way. Is this something work merging, or would the core rather not bring that to life.
Describe similar asdf features and why they are not sufficient
none. asdf cmd worked as expected, it just feels more clumsy to me.