What's the result of asdf plugin-list? It should show that opam is installed.
On my Linux machine, the command for listing all versions of a plugin is asdf plugin list-all, but the documentation says asdf plugin list all (without hyphen).
Perhaps it's different on a Mac?
Running
asdf opam list-alldoesn't seem to work for me. Getting:What's the result of
asdf plugin-list? It should show that opam is installed.On my Linux machine, the command for listing all versions of a plugin is
asdf plugin list-all, but the documentation saysasdf plugin list all(without hyphen).Perhaps it's different on a Mac?
asdf plugin list allworks!That's great!
But it looks like the authors implemented a different CLI syntax for Linux and Mac...
I will edit that in my post.