mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-28 10:20: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
|
||||
|
||||
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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user