asdf: remove hyphens from subcommands (#8479)

Recent versions of asdf have subcommands that have their own subcommands, so hyphens are no longer valid
This commit is contained in:
Harish Kukreja
2022-09-10 23:30:36 -04:00
committed by GitHub
parent e77ab729a5
commit a2e2dfb7e9

View File

@@ -5,15 +5,15 @@
- List all available plugins:
`asdf plugin-list-all`
`asdf plugin list all`
- Install a plugin:
`asdf plugin-add {{name}}`
`asdf plugin add {{name}}`
- List all available versions for a package:
`asdf list-all {{name}}`
`asdf list all {{name}}`
- Install a specific version of a package: