Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClarify usage of asdf env command in help output #459
Comments
|
I think I don't remember accurately, but this was meant for running a specific shim under a plugin's context. This is incase commands clash between plugins/tools that are installed and the latest installed plugin/tool would be the one that the shim would point to. |


Steps to reproduce
Run
asdf. In help output a line is printed for theasdf envcommand:I would assume
<command>is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FYI @vic