issues
search
jarro2783
/
cxxopts
Lightweight C++ command line option parser
MIT License
4.25k
stars
590
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Custom parser supported?
#443
Ecordonnier
opened
1 week ago
0
Add OptionValue::as_optional
#442
TobyBrull
opened
2 weeks ago
1
Implicit values break value assignment without equals sign
#441
blackworm27
opened
3 weeks ago
2
Add ParseResult::contains method
#440
levonwaveye
closed
1 month ago
0
Path with spaces gets broken up at space
#439
patrikhuber
opened
1 month ago
1
Add missing header for gcc-15
#438
pastalian
closed
3 months ago
0
Support external definition of CXXOPTS_ENABLE_INSTALL option
#437
xukeawsl
opened
4 months ago
0
Implicit value formatting
#436
AbitTheGray
opened
4 months ago
3
Compilation problem on Mac OS 14.4
#435
VictorEijkhout
closed
4 months ago
1
C++17 std::variant without `-frtti`
#434
jwinarske
opened
5 months ago
2
optional handling for unhandled options
#433
jwinarske
closed
4 months ago
1
What cmake targets are defined?
#432
VictorEijkhout
closed
5 months ago
2
options test fails with SIGTRAP on macOS / arm64
#431
barracuda156
opened
6 months ago
6
Sub-options support
#430
Scrappyz
opened
6 months ago
1
short arg unable to accept argument.
#429
vipcxj
opened
7 months ago
2
Fix example and test compiled warnings and error in MSVC.
#428
gwankyun
closed
7 months ago
1
Add <limits> include to cxxopts.hpp
#427
MausKaffee34767
closed
7 months ago
1
fix conflict with minwindef.h on windows
#426
nyyakko
closed
7 months ago
0
Add + as an argument indicator
#425
amal-khailtash
opened
8 months ago
0
Add Meson buildsystem support
#424
dcbaker
opened
8 months ago
5
Fix a number of packaging issues
#423
dcbaker
closed
8 months ago
1
as_optional should return std::nullopt for undefined value
#422
nigels-com
closed
8 months ago
0
Extend cxxopts API to support std::optional non-throwing query of values
#421
nigels-com
closed
9 months ago
9
Fix ordering of parse_value functions
#420
jarro2783
closed
9 months ago
0
cxxopts-3.2.0 breaks in c++20 mode: invalid operands to binary expression ('std::stringstream' (aka 'basic_stringstream<char>') and 'std::optional<bool>'
#419
yurivict
closed
9 months ago
8
Filtered argc/argv
#418
VictorEijkhout
opened
10 months ago
3
Fix overflow error in integer_parser (fixes #290)
#417
ololuki
closed
10 months ago
1
Ordered vector of group names to preserve order of groups
#416
nigels-com
closed
10 months ago
1
What is the use of constructor parameters in options("MyProgram", "One line description of MyProgram")?
#415
pauljurczak
closed
10 months ago
3
Small spelling fixes
#414
melroy89
closed
9 months ago
1
Format custom help message with configured column width
#413
amirsojoodi
opened
12 months ago
1
Print long names in help option
#412
amirsojoodi
opened
12 months ago
1
Minor typo in README.md
#411
Blake-Madden
closed
1 year ago
0
Report a typo in README.md doc(in master branch)
#410
pagesus
closed
1 year ago
1
-option Error message. I think we should not just report command ‘p’ error.
#409
seulchanson
closed
10 months ago
5
In Linux systems, the tilde symbol (~) cannot be automatically expanded to "/home/user1,"
#408
warren-lei
closed
1 year ago
4
README.md : Corrected syntax error in example
#407
Hish15
closed
1 year ago
1
Avoid std::regex initialization during dlopen
#406
mxmlnkn
closed
1 year ago
4
std::bad_alloc during dlopen on integer_pattern initialization
#405
mxmlnkn
closed
1 year ago
4
Are unrecognized options supported?
#404
esoha-nvidia
closed
1 year ago
1
Bump rules_fuzzing to the latest available version
#403
jvoisin
closed
1 year ago
0
unannotated fall-through between switch labels
#402
psi29a
closed
1 year ago
3
A proposition to implement any complex rule on the arguments
#401
AdelKS
opened
1 year ago
0
fixed include error
#400
Kr3m
closed
1 year ago
0
Getting a sign-conversion warning/error with clang 14 and CXXOPTS_USE_UNICODE_HELP ON
#399
tanja84dk
closed
1 year ago
2
Don't split by list delimiter in positional lists
#398
agalanin
closed
1 year ago
5
Allow "G", "M" and 'k' when parsing arguments
#397
UweBonnes
opened
1 year ago
5
Renaming of OptionException should be mentioned in changelog
#396
equeim
closed
1 year ago
1
Output same exception messages for both Linux and Windows
#395
nigels-com
closed
1 year ago
4
Feature request: value pairs or tuples
#394
maickrau
opened
1 year ago
1
Next