From c019f1cf2e735e4a40e68c94229b05af2f44e4d1 Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Mon, 27 May 2024 11:34:44 +0300 Subject: [PATCH] update docs/commands.md --- docs/commands.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/commands.md b/docs/commands.md index 8468c86..ce2eea9 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -81,6 +81,9 @@ List all remote Node.js versions Usage: fnm list-remote [OPTIONS] Options: + --filter + Filter with SemVer + --node-dist-mirror mirror @@ -92,6 +95,21 @@ Options: [env: FNM_DIR] + --lts [] + Show only LTS versions (optionally filter by LTS codename) + + --sort + Version sorting order + + [default: asc] + + Possible values: + - desc: Sort versions in descending order (latest to earliest) + - asc: Sort versions in ascending order (earliest to latest) + + --latest + Only show the latest matching version + --log-level The log level of fnm commands