asdf: remove hyphens from subcommands (#8479)

Recent versions of asdf have subcommands that have their own subcommands, so hyphens are no longer valid
pull/1/head
Harish Kukreja 2022-09-10 23:30:36 -04:00 committed by GitHub
parent e77ab729a5
commit a2e2dfb7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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: