From b7847f9a85e15aed8854e70ec209ce1344e76620 Mon Sep 17 00:00:00 2001 From: Matthew Espino <65783406+mcecode@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:11:20 +0000 Subject: [PATCH] docs: update greedy arrays note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26148407..24a17e39 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ $ node example --arr 1 2 { _: [2], arr: [1] } ``` -**Note: in `v18.0.0` we are considering defaulting greedy arrays to `false`.** +**Note: in `v19.0.0` we are considering defaulting greedy arrays to `false`.** ### nargs eats options