From 53c2c44c0d48b10062c9ebbb0d03872dd2edbc76 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:05:15 +0200 Subject: [PATCH] end-of-options marker I added "end-of-options" marker or "option terminator", -- (double hyphen), to command shims so that arguments are passed correctly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0808a09..facb666 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ You can specify a non-default location of this file by setting a `ASDF_NPM_DEFAU We provide a command for running the installed `node-build` command: ```bash -asdf cmd nodejs nodebuild --version +asdf cmd nodejs nodebuild -- --version ``` ### node-build advanced variations @@ -125,7 +125,7 @@ Some of them will work out of the box, and some will need a bit of investigation To list all the available variations run: ```bash -asdf cmd nodejs nodebuild --definitions +asdf cmd nodejs nodebuild -- --definitions ``` _Note that this command only lists the current `node-build` definitions. You might want to [update the local `node-build` repository](#updating-node-build-definitions) before listing them._