issues
search
catchorg
/
Clara
A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
650
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix typo
#99
whoan
opened
5 years ago
0
"enum" type values
#98
mattgodbolt
opened
5 years ago
1
Add meson build
#97
remigastaldi
opened
5 years ago
1
Arrays or Vectors
#96
benlemond
opened
5 years ago
0
Add Version option as a convenience wrapper for version parser
#95
grochefort
opened
5 years ago
1
Issue #93: Fix required option
#94
bigwater
opened
5 years ago
1
The functionality of required() in Opt
#93
bigwater
opened
5 years ago
1
added cmake target
#92
jasonbeach
opened
5 years ago
0
"Short" args must be single letter to work, but not checked
#91
rpavlik
opened
5 years ago
1
TokenStream constructor triggers Wshadow under GCC
#90
horenmar
opened
5 years ago
0
Optional arguments to Opt using std::optional
#89
parnmatt
opened
5 years ago
1
Help for Args, like with Opt
#88
parnmatt
opened
5 years ago
0
Joint Options
#87
parnmatt
opened
5 years ago
0
use ::std for tolower
#86
girtsf
closed
5 years ago
1
Clarify description of "usage string" feature in README
#85
johschmitz
opened
5 years ago
1
Make it possible to bind lambdas when passed by l-value
#84
lethal-guitar
closed
3 years ago
1
Fixed some warnings + added new warnings for unit tests
#83
n3rdswithgame
opened
5 years ago
0
Provide a mechanism for "default" values
#82
johschmitz
opened
5 years ago
1
Remove unused variable
#81
johschmitz
opened
5 years ago
1
Support for shebang
#80
Exifers
closed
5 years ago
1
ParseResultType is rarely handled properly
#79
vogel
opened
5 years ago
0
Opt and Arg classes can be inherited from, but are sliced by default
#78
vogel
opened
5 years ago
0
remainingTokens is not accessible after parsing
#77
vogel
opened
5 years ago
0
Adds CMake library and install target
#76
timothyqiu
opened
5 years ago
2
Clara: TextFlow: added iterator traits
#75
JoeyGrajciar
closed
6 years ago
3
Clara: TextFlow: fixed issue with word wrapping
#74
JoeyGrajciar
closed
6 years ago
8
move the temporary value instead of copying it
#73
LesnyRumcajs
closed
4 years ago
1
Typo on #60
#72
kant
opened
6 years ago
0
Tabs to Four Spaces
#71
ax3l
opened
6 years ago
0
Parsing `-j 8` but also `-j8`
#70
daminetreg
opened
6 years ago
4
for Windows style parsing, allow multi-character option names
#69
ThirtyNineWinks
opened
6 years ago
0
BoundLambda take a std::vector
#68
parnmatt
opened
6 years ago
0
Contribution for docs/examples
#67
edmBernard
closed
5 years ago
3
Support customization of option parsing.
#66
grafikrobot
closed
5 years ago
1
Fix pedantic conversion warning
#65
0x8000-0000
opened
6 years ago
0
Make second Argument of Args( int argc, char *argv[] ) const
#64
red-angry-bird
closed
6 years ago
2
Parse prefixed hexadecimal/octal integers
#63
mjerabek
opened
6 years ago
0
Parsing arguments with trailing garbage should fail
#62
mjerabek
opened
6 years ago
1
Interpret a single dash or slash as positional argument
#61
aivarsk
opened
6 years ago
1
Missing include for std::optional
#60
atomicflag
closed
6 years ago
4
Support arguments starting with a dash
#59
aivarsk
opened
6 years ago
0
Cannot construct Opt from lambda when passed via variable
#58
lethal-guitar
opened
6 years ago
0
Support for "-"
#57
joto
opened
6 years ago
1
Accept const char*[] argv in Args constructor
#56
ronen
closed
6 years ago
8
Bug - whitespace in a boost::path option
#55
ronen
opened
6 years ago
0
Opts can't accept variadic arguments
#54
capnspacehook
opened
6 years ago
0
Need comparison with Boost program_options
#53
eyalroz
opened
6 years ago
0
Fix overloads of `Arg::parse()`
#52
aghast
opened
6 years ago
0
Added code of conduct
#51
philsquared
closed
6 years ago
0
Option value can't start with a dash
#50
aivarsk
opened
6 years ago
1
Next