mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 05:35:31 +02:00
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:
parent
e77ab729a5
commit
a2e2dfb7e9
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue