Update help.txt

This commit is contained in:
Daniel Perez 2019-03-20 19:08:40 +00:00
parent 1d43a052fe
commit d75f02fc29

View File

@ -18,6 +18,7 @@ MANAGE PACKAGES
asdf current <name> Display current version set or being used for package asdf current <name> Display current version set or being used for package
asdf where <name> [<version>] Display install path for an installed or current version asdf where <name> [<version>] Display install path for an installed or current version
asdf which <command> Display the path to an executable asdf which <command> Display the path to an executable
asdf shell <name> <version> Set the package version in the current shell
asdf local <name> <version> Set the package local version asdf local <name> <version> Set the package local version
asdf global <name> <version> Set the package global version asdf global <name> <version> Set the package global version
asdf list <name> List installed versions of a package asdf list <name> List installed versions of a package