Issues
- 1
`--version` prints version without newline
#387 opened by adisidev - 1
`store_into` is incompatible with `required`
#385 opened by noajshu - 0
[Feature request] Printing help when using a subcommand without additional arguments
#384 opened by leonav-unizar - 1
Feature suggestion: the help page should print the available choices when possible
#367 opened by tlemo - 4
- 3
Parser can't deal with optional argument with varying number of values, when it is just before first positional argument
#335 opened by rouault - 6
Arguments following another argument with explicit .choices() will incorrectly inherit the choices
#370 opened by tlemo - 0
store_into overload for bools assumes turning into a flag, which isn't correct for certain use cases
#379 opened by Xottab-DUTY - 1
- 7
- 3
- 2
- 3
Unexpected hidden flag / default_value interaction
#375 opened by sgoth - 0
parsing the demo on docopt.org with "argparse"
#374 opened by autorain - 0
Missed ToC link in README.md
#372 opened by temikfart - 1
- 0
Allow setting dynamic sets of argument choices
#368 opened by tlemo - 0
Implicit template type of 'present' is misleading.
#366 opened by EddyXorb - 0
Feature request: subparser (hidden) aliases
#365 opened by JohannesBe - 0
- 3
choices() method not working properly
#324 opened by PeppeRu96 - 2
`-Wrestrict` warning on Alpine 3.18, using GCC 12 and C++20, unclear if actual bug
#358 opened by ericonr - 0
- 0
Stop parsing options/flags at literal `--`
#354 opened by llchan - 0
Tip: how to avoid 'cannot create directory: /usr/local/lib/cmake/argparse' errors in Termux
#351 opened by Manamama - 0
default_value must be called before store_into
#347 opened by abellgithub - 0
Subparser example snippet can't work
#342 opened by trick2011 - 3
- 2
Subcommand help should be displayed instead of main help when required parameter is missing
#283 opened by nmoreaud - 0
In usage message, it feels strange to have a required argument in "Optional arguments" section
#340 opened by nmoreaud - 0
is_subcommand_used doesn't work if same argument is added to parent and child
#327 opened by MartyMcFlyInTheSky - 3
Segmentation fault on splitting string with .action
#315 opened by ditsuke - 0
- 0
- 0
Support prefix style arguments
#320 opened by MinekPo1 - 0
- 0
m_is_used not updated in parent of subcommand
#314 opened by CorrM - 3
- 1
[Windows] space in arg value between double quote are splitted like it was different arg
#312 opened by ValentinGrim - 4
- 0
Unexpected behavior when using choices()
#307 opened by justou - 0
Add custom help for mutually_exclusive arguments
#309 opened by p-ranav - 6
Report which option generates error
#299 opened by jacg - 2
User-overridable implicit value for option
#287 opened by jacg - 1
Detect unknown subcommand
#285 opened by nmoreaud - 1
Adding mutually exclusive arguments
#289 opened by MangaD - 1
Subcommand: add argument only to main command
#282 opened by nmoreaud - 2
compiler complains line 686 when --Wall enabled
#286 opened by szdytom - 4
Embed argparse in a class
#281 opened by lu-maca - 0
Customize argument priority check
#284 opened by nmoreaud