issues
search
p-ranav
/
argparse
Argument Parser for Modern C++
MIT License
2.72k
stars
250
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix bug 385
#388
geon6
opened
5 days ago
0
`--version` prints version without newline
#387
adisidev
opened
6 days ago
1
support `store_into` std::filesystem::path
#386
DapengFeng
opened
1 week ago
0
`store_into` is incompatible with `required`
#385
noajshu
opened
2 weeks ago
1
[Feature request] Printing help when using a subcommand without additional arguments
#384
leonav-unizar
opened
3 weeks ago
0
tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 …
#383
rouault
closed
1 week ago
0
subparser: use full parser path instead of just parser name in usage() message
#382
rouault
closed
1 week ago
0
`-fsanitize=memory` MemorySanitizer: use-of-uninitialized-value
#381
Arniiiii
closed
1 month ago
4
Dont force store_into to override default/explicit values if already set
#380
orenc17
closed
2 months ago
0
store_into overload for bools assumes turning into a flag, which isn't correct for certain use cases
#379
Xottab-DUTY
opened
2 months ago
0
default_value can't properly accept runtime bool variables
#378
Xottab-DUTY
closed
2 months ago
1
Fix range of choices bug
#377
Eng-MohamedHussien
closed
2 months ago
1
Updated the min and max to deal with a macro in minwindef.h
#376
nick20201
closed
3 months ago
1
Unexpected hidden flag / default_value interaction
#375
sgoth
closed
3 months ago
3
parsing the demo on docopt.org with "argparse"
#374
autorain
opened
4 months ago
0
Add missed ToC link to README.md
#373
temikfart
closed
4 months ago
0
Missed ToC link in README.md
#372
temikfart
closed
4 months ago
0
CMake package configuration version check is too strict
#371
sergiud
closed
4 months ago
1
Arguments following another argument with explicit .choices() will incorrectly inherit the choices
#370
tlemo
closed
2 months ago
6
Arguments without value are allowed when default_value() is set
#369
tlemo
closed
3 months ago
3
Allow setting dynamic sets of argument choices
#368
tlemo
opened
4 months ago
0
Feature suggestion: the help page should print the available choices when possible
#367
tlemo
opened
4 months ago
1
Implicit template type of 'present' is misleading.
#366
EddyXorb
opened
4 months ago
0
Feature request: subparser (hidden) aliases
#365
JohannesBe
opened
5 months ago
0
Allow to install when argparse is a subproject
#364
zhao-shihan
closed
5 months ago
0
Accept integer literals in store_into
#363
abellgithub
opened
5 months ago
0
Error messages on parsing failure could be clearer
#362
cschreib-ibex
opened
6 months ago
0
Correct Parent Parser errors in README.md
#361
RichardBrown384
closed
6 months ago
0
Add argument name after 'Too few arguments' error
#360
rouault
closed
6 months ago
0
parse_args(): work around GCC 12 warning bug.
#359
ericonr
closed
6 months ago
0
`-Wrestrict` warning on Alpine 3.18, using GCC 12 and C++20, unclear if actual bug
#358
ericonr
closed
6 months ago
2
Module improvement.
#357
stripe2933
closed
6 months ago
0
FEATURE: multiple actions
#356
elpaso
opened
6 months ago
1
Any alternative to boost::program_options::split_unix?
#355
thejohnfreeman
opened
6 months ago
0
Stop parsing options/flags at literal `--`
#354
llchan
opened
6 months ago
0
do_from_chars(): initialize variable to fix Coverity Scan warning
#353
rouault
closed
7 months ago
0
add Bazel support
#352
FantasqueX
closed
7 months ago
0
Tip: how to avoid 'cannot create directory: /usr/local/lib/cmake/argparse' errors in Termux
#351
Manamama
opened
7 months ago
0
Convert default value using action()
#350
veimmone
opened
7 months ago
0
If given, show allowed choices in help message.
#349
veimmone
opened
7 months ago
0
Add Argument::store_into(std::set<int||string> &var) method
#348
elpaso
closed
7 months ago
0
default_value must be called before store_into
#347
abellgithub
opened
7 months ago
0
Store ints
#346
abellgithub
closed
7 months ago
2
Add support for general integer types in store_into.
#345
abellgithub
closed
7 months ago
1
Fix parsing of a program that accepts a positional argument with 1:* cardinality followed by another positional argument with 1:1
#344
rouault
closed
8 months ago
0
Add Argument::store_into(std::vector<int> &var) method
#343
rouault
closed
8 months ago
0
Subparser example snippet can't work
#342
trick2011
opened
8 months ago
0
Print main command along with subcommand on help page
#341
teto519f
opened
8 months ago
0
In usage message, it feels strange to have a required argument in "Optional arguments" section
#340
nmoreaud
opened
8 months ago
0
Define optional argument with exactly 1 value, + default value
#339
nmoreaud
opened
8 months ago
7
Next