mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-29 18:50:09 +00:00
more links...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
df9f0f89ee
commit
57a764a2b7
@ -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`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user