Documentation seems to suggest that usage syntax for plugins is
asdf plugin {cmd here}
but fish (and I believe zsh as well) completion suggest that syntax is
asdf plugin-{cmd here}
both seems to work but a small clarification on difference would be nice
They function the same. Initially it was asdf plugin-{cmd here} but asdf plugin {cmd here} was added as it is more fluid. The Shell completions should probably be updated to reflect the newer method. Happy to receive a PR?
Edit: The asdf help text is the best place to get the latest command names. Notably, asdf shim-versions should remain hyphenated.
Most helpful comment
They function the same. Initially it was
asdf plugin-{cmd here}butasdf plugin {cmd here}was added as it is more fluid. The Shell completions should probably be updated to reflect the newer method. Happy to receive a PR?Edit: The asdf help text is the best place to get the latest command names. Notably,
asdf shim-versionsshould remain hyphenated.