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
Can the code parse arguments in format -key="some value with spaces"
#338
nikitin-
closed
8 months ago
3
Prevent an argument with an already registered name to be added
#337
rouault
opened
8 months ago
0
Add a Argument::hidden() method to prevent an argument from appearing in usage or help
#336
rouault
closed
8 months ago
0
Parser can't deal with optional argument with varying number of values, when it is just before first positional argument
#335
rouault
opened
8 months ago
3
Several bug fixes in usage, and improvement in usage and help
#334
rouault
closed
8 months ago
2
Several bug fixes in usage, and improvement in usage and help
#333
rouault
closed
8 months ago
1
Add a dry_run argument to Argument::consume(), and change ArgumentParser private section to protected
#332
rouault
closed
8 months ago
0
Add Argument::store_into() functions
#331
rouault
closed
8 months ago
0
Add a ArgumentParser::add_hidden_alias_for() method
#330
rouault
closed
8 months ago
0
Add ways to substitute strtof/strtod/strtold with custom functions
#329
rouault
closed
8 months ago
0
Make clang -fsanitize=unsigned-integer-overflow happy
#328
rouault
closed
8 months ago
0
is_subcommand_used doesn't work if same argument is added to parent and child
#327
MartyMcFlyInTheSky
opened
9 months ago
0
Fix for C++23 standard library module usage.
#326
stripe2933
closed
10 months ago
0
mutually_exclusive_group should also checked in parse_known_args
#325
lingerer
opened
10 months ago
0
choices() method not working properly
#324
PeppeRu96
closed
8 months ago
3
Install to the architecture-independent directory
#323
jamesjer
opened
10 months ago
0
Incorrect help message for argparse::nargs_pattern::at_least_one
#322
ruanformigoni
closed
3 months ago
2
mutually_exclusive arguments should able to add existing arguments.
#321
lingerer
opened
11 months ago
0
Support prefix style arguments
#320
MinekPo1
opened
11 months ago
0
Add fuzzing by way of ClusterFuzzLite
#319
DavidKorczynski
opened
11 months ago
0
allow boolean switch with '--enable-foo=true/false'
#318
rtgiskard
opened
11 months ago
0
Use CTest to run the tests
#317
topazus
closed
11 months ago
0
add_mutually_exclusive_group required in parent parser are not validated
#316
CorrM
opened
11 months ago
0
Segmentation fault on splitting string with .action
#315
ditsuke
closed
9 months ago
3
m_is_used not updated in parent of subcommand
#314
CorrM
opened
11 months ago
0
Support boolean argument with the form like '--enable-hack=true/false'
#313
rtgiskard
opened
12 months ago
3
[Windows] space in arg value between double quote are splitted like it was different arg
#312
ValentinGrim
opened
1 year ago
1
Ability to support defining K/V dictionary via arguments
#311
JohnnyMorganz
closed
1 year ago
4
Bugfix/307 choices
#310
p-ranav
closed
1 year ago
0
Add custom help for mutually_exclusive arguments
#309
p-ranav
opened
1 year ago
0
CMake and testability improvements
#308
phprus
opened
1 year ago
1
Unexpected behavior when using choices()
#307
justou
closed
1 year ago
0
Added support for binary notation, e.g., 0b101
#306
p-ranav
closed
1 year ago
0
Bumped version to v3.0 ahead of release
#305
p-ranav
closed
1 year ago
0
Marked copy and move constructors as deleted
#304
p-ranav
closed
1 year ago
0
Test
#303
p-ranav
closed
1 year ago
0
FIX: typo in README.txt
#302
ismagilli
closed
1 year ago
0
Closes #221
#301
p-ranav
closed
1 year ago
0
Added unit test for #239
#300
p-ranav
closed
1 year ago
0
Report which option generates error
#299
jacg
closed
1 year ago
6
Set argparse to not run tests or set up install if not top level
#298
cobyj33
closed
1 year ago
0
More descriptive parse_number errors
#297
cobyj33
closed
1 year ago
0
Fix all samples building to "tests" binary
#296
cobyj33
closed
1 year ago
0
Closes #277
#295
p-ranav
closed
1 year ago
0
Change parse_args readme and samples to catch const std::exception&
#294
cobyj33
closed
1 year ago
0
Add to readme cmake FetchContent section
#293
cobyj33
closed
1 year ago
0
CMakefile: Use -Wpedantic, -Werror and -Wextra for compilation in gcc. Fixed warnings
#292
BitMaskMixer
closed
1 year ago
0
Fix typos
#291
kianmeng
closed
1 year ago
1
Add C++20 module
#290
Arthapz
closed
1 year ago
0
Adding mutually exclusive arguments
#289
MangaD
closed
1 year ago
1
Previous
Next