mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-28 18:30:07 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
54b2b93ce3
commit
13c8c3da6f
11
README.md
11
README.md
@ -456,14 +456,15 @@ Options:
|
|||||||
-v, --version - show options.js verion and exit
|
-v, --version - show options.js verion and exit
|
||||||
-q, --quiet - quiet mode
|
-q, --quiet - quiet mode
|
||||||
-r, --required - set .required_option_given to true
|
-r, --required - set .required_option_given to true
|
||||||
(Required)
|
(required)
|
||||||
--default=VALUE - option with default value
|
--default=VALUE - option with default value
|
||||||
(Default: some value)
|
(default: some value)
|
||||||
--bool - if given set .bool to true
|
--bool - if given set .bool to true
|
||||||
--value=X - set .x to X
|
--value=X - set .x to X
|
||||||
|
(required value)
|
||||||
--int=INT - pass an integer value
|
--int=INT - pass an integer value
|
||||||
--home=HOME - set home path
|
--home=HOME - set home path
|
||||||
(Env: $HOME)
|
(env: $HOME)
|
||||||
-p, --push=ELEM - push elements to a .list
|
-p, --push=ELEM - push elements to a .list
|
||||||
-c - command
|
-c - command
|
||||||
--active - basic active option
|
--active - basic active option
|
||||||
@ -478,9 +479,11 @@ Options:
|
|||||||
Commands:
|
Commands:
|
||||||
command - command
|
command - command
|
||||||
nested - nested
|
nested - nested
|
||||||
|
(more: .. nested -h)
|
||||||
bare - bare
|
bare - bare
|
||||||
|
(more: .. bare -h)
|
||||||
|
|
||||||
Written by John Smith <j.smith@some-mail.com> (2.8.1 / BSD-3-Clause).
|
Written by John Smith <j.smith@some-mail.com> (2.9.4 / BSD-3-Clause).
|
||||||
### stopped at --help.
|
### stopped at --help.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user