From a75f851f7ab531f09e7d21b502dff16bc2d27aee Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Thu, 21 Jul 2022 10:07:26 +1000 Subject: [PATCH] chore: alphabetise help txt manage packages section (#1300) --- help.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/help.txt b/help.txt index f2158e8e..611dd6ed 100644 --- a/help.txt +++ b/help.txt @@ -14,6 +14,14 @@ asdf plugin update --all Update all plugins to latest commit on MANAGE PACKAGES +asdf current Display current version set or being + used for all packages +asdf current Display current version set or being + used for package +asdf global Set the package global version +asdf global latest[:] Set the package global version to the + latest provided version +asdf help [] Output documentation for plugin and tool asdf install Install all the package versions listed in the .tool-versions file asdf install Install one tool at the version @@ -23,22 +31,6 @@ asdf install latest[:] Install the latest stable version of a package, or with optional version, install the latest stable version that begins with the given string -asdf uninstall Remove a specific version of a package -asdf current Display current version set or being - used for all packages -asdf current Display current version set or being - used for package -asdf where [] Display install path for an installed - or current version -asdf which Display the path to an executable -asdf local Set the package local version -asdf local latest[:] Set the package local version to the - latest provided version -asdf global Set the package global version -asdf global latest[:] Set the package global version to the - latest provided version -asdf shell Set the package version to - `ASDF_${LANG}_VERSION` in the current shell asdf latest [] Show latest stable version of a package asdf latest --all Show latest stable version of all the packages and if they are installed @@ -46,7 +38,15 @@ asdf list [version] List installed versions of a package and optionally filter the versions asdf list all [] List all versions of a package and optionally filter the returned versions -asdf help [] Output documentation for plugin and tool +asdf local Set the package local version +asdf local latest[:] Set the package local version to the + latest provided version +asdf shell Set the package version to + `ASDF_${LANG}_VERSION` in the current shell +asdf uninstall Remove a specific version of a package +asdf where [] Display install path for an installed + or current version +asdf which Display the path to an executable UTILS