From 0d956635b5cabe35f0895121929e8e668a3ee03d Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Thu, 8 Jul 2021 14:01:38 +1000 Subject: [PATCH] fix: help text as per new feats in #633 (#991) --- help.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/help.txt b/help.txt index 3812e05b9..7162a6cb2 100644 --- a/help.txt +++ b/help.txt @@ -32,11 +32,16 @@ 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 local 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 list List installed versions of a package +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