From 240a5fbdea1de055672d02f83db1de990ea2bf83 Mon Sep 17 00:00:00 2001 From: Antonio Ognio <30294002+aognio@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:57:25 -0500 Subject: [PATCH] fix: list `asdf version` command under help.txt UTILS section (#1673) --- help.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/help.txt b/help.txt index 611dd6ed..2435d158 100644 --- a/help.txt +++ b/help.txt @@ -54,6 +54,7 @@ asdf exec [args...] Executes the command shim for current ve asdf env [util] Runs util (default: `env`) inside the environment used for command shim execution. asdf info Print OS, Shell and ASDF debug information. +asdf version Print the currently installed version of ASDF asdf reshim Recreate shims for version of a package asdf shim-versions List the plugins and versions that provide a command