Preparing search index...
The search index is not available
argparse-ts
argparse-ts
NArgs
Type Alias NArgs
NArgs
:
number
|
"?"
|
"*"
|
"+"
The type of nargs. It can be a number, or one of the following symbols:
?
: The argument is optional.
*
: The argument is optional and can appear multiple times.
+
: The argument is required and can appear multiple times.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
argparse-ts
Loading...
The type of nargs. It can be a number, or one of the following symbols:
?
: The argument is optional.*
: The argument is optional and can appear multiple times.+
: The argument is required and can appear multiple times.