more links...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-29 22:41:15 +03:00
parent df9f0f89ee
commit 57a764a2b7

View File

@ -247,6 +247,8 @@ And for quick-n-dirty hacking stuff together, a shorthand (_not for production_)
### Nested parsers ### Nested parsers
XXX
```javascript ```javascript
'@nested': argv.Parser({ '@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 ### Stopping
To stop option processing either return `STOP` or `THEN`. To stop option processing either return `STOP` or `THEN`.