mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Make help text reflect that <name> and <version> are optional in asdf install
command
This commit is contained in:
parent
2e27ceb090
commit
79d188604b
2
help.txt
2
help.txt
@ -10,7 +10,7 @@ MANAGE PLUGINS
|
||||
|
||||
|
||||
MANAGE PACKAGES
|
||||
asdf install <name> <version> Install a specific version of a package or,
|
||||
asdf install [<name> <version>] Install a specific version of a package or,
|
||||
with no arguments, install all the package
|
||||
versions listed in the .tool-versions file
|
||||
asdf uninstall <name> <version> Remove a specific version of a package
|
||||
|
Loading…
Reference in New Issue
Block a user