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`.