From 57a764a2b7e08671f4f0e0883f47140ea0a22524 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 Jul 2020 22:41:15 +0300 Subject: [PATCH] more links... Signed-off-by: Alex A. Naanou --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3522f4..f235dc1 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,8 @@ And for quick-n-dirty hacking stuff together, a shorthand (_not for production_) ### Nested parsers +XXX + ```javascript '@nested': argv.Parser({ // ... @@ -255,6 +257,9 @@ And for quick-n-dirty hacking stuff together, a shorthand (_not for production_) }), ``` +For more detail see the [Nested parsers](./ADVANCED.md#nested-parsers) section +in detailed docs. + ### Stopping To stop option processing either return `STOP` or `THEN`.