Issues
- 5
When running in a compiled app (e.g. Electron), the program name is the first element, not the second
#128 opened by burnpanck - 3
- 3
Change the "filename.js" in the usage/help message
#174 opened by d4n5h - 2
- 12
Should the license be Python-2.0 or PSF-2.0?
#162 opened by TjlHope - 0
ArgumentParser exits when met with an invalid argument
#171 opened by Kkcc01 - 0
Coming from Commander
#169 opened by 4l1fe - 9
Please add defaultValue usage example
#167 opened by erjoalgo - 1
- 5
How to make a custom Action?
#165 opened by lonnywong - 1
Using in non-command line app?
#163 opened by nabtron - 6
Question about the license change
#159 opened by tothandras - 2
License not applicable?
#161 opened by sateffen - 4
Update to License of Python v2.0.1
#160 opened by ockham - 1
Node exception: syntax error in argparse.js: "syntax error: unexpected token {"
#158 opened by theotherothermatt - 2
exit_on_error 'false' flag not respected when error in positional arguments
#155 opened by aksharpatel47 - 1
exit_on_error does not work, program still exit.
#153 opened by moveman - 13
- 9
- 2
v2 cannot be used with ts-node anymore
#150 opened by timocov - 1
- 2
When no subcommands are provided, print help?
#96 opened by dalanmiller - 3
Support For Optional Subparsers
#99 opened by malamoney - 3
aliases should preserve the canonical command
#114 opened by richburdon - 4
Nested ArgumentGroup
#143 opened by piranna - 3
- 6
- 1
- 1
- 5
Help for sub parsers isn't shown.
#115 opened by richburdon - 7
Add defaults to the description with -h?
#97 opened by WORMSS - 1
test fromfile.js object elements shifted
#130 opened by bill1812 - 1
pass object in cmd using argparse
#131 opened by bipinshukla - 1
Request: Validate a given argument.
#102 opened by AlexFrazer - 2
Unable to use percent sign in description & epilog
#125 opened by ad-m - 1
REPL throwing error on ArgumentParser Instantiation.
#138 opened by M3TIOR - 1
Long strings in help replaced by previous string
#141 opened by phihag - 17
Option to have more control over help and version flag (opt out of exit & choosing when to log)
#113 opened by AKST - 1
Update readme adding debug option
#142 opened by dhulke - 2
--help exits program in debug mode!
#100 opened - 2
Namespace to object?
#98 opened by WORMSS - 6
- 1
Implementation of default and required are inconsistent with Python implememtation.
#148 opened by marvin1up - 4
- 1
- 2
Patch older versions of ArgParse as well
#134 opened - 1
Required argument marked as optional
#120 opened by emazzotta - 0
When defaultValue is specified, together with an 'append' action, the result is the parameter value appended to the defaultValue
#101 opened by colceagus - 2
API Question: List of options & Option with no value
#117 opened by corybill - 3
argparse.REMAINDER
#110 opened by edemaine