Run asdf. In help output a line is printed for the asdf env command:
asdf env <command> [executable] Prints or runs an executable under a command environment
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.
I think command here actually needs to be mentioned as the plugin name.
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
The text was updated successfully, but these errors were encountered: