issues
search
bfgroup
/
Lyra
A simple to use, composable, command line parser for C++ 11 and beyond
https://bfgroup.github.io/Lyra/
Boost Software License 1.0
483
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Display default value in the options help
#96
DarkTyger
closed
1 month ago
1
Constructing `arg` with a callable sometimes picks the wrong overload
#94
mknejp
opened
5 months ago
1
Lambdas passed to `opt` and `arg` constructors cannot be move-only
#93
mknejp
opened
5 months ago
0
SIGSEGV when a command with a nested command is assigned any cardinality after creation
#92
mknejp
closed
1 month ago
0
Multiple commands declared at the same level are parsed and executed in sequence
#91
mknejp
opened
5 months ago
3
choices() with a single string literal does not work
#90
mknejp
opened
5 months ago
0
Unexpected behaviour when using choices() and invalid values
#89
schenker
opened
10 months ago
0
Azure CI pipeline failure for MinGW build
#88
stertingen
closed
1 month ago
1
Enable more warnings for Azure CI pipelines
#87
stertingen
opened
10 months ago
0
Add more entries to .gitignore
#86
stertingen
closed
1 month ago
1
CMake: use system include dirs if used as sub-project
#85
stertingen
opened
10 months ago
0
Require CMake version 3.5
#84
stertingen
opened
10 months ago
0
Fix -Wzero-as-null-pointer-constant warnings
#83
stertingen
opened
10 months ago
0
CMake deprecation warning
#82
stertingen
opened
11 months ago
0
Warning about non-virtual destructor
#81
stertingen
closed
1 month ago
0
deprecated_parser_customization needs virtual destructor
#80
rr5732
closed
1 month ago
1
Custom option lamba error string is dropped when nested under command parser
#79
wadechristie
opened
1 year ago
1
Unexpected behavior in lyra::group flags and and lyra::opt flags following the group.
#78
bimalgaudel
opened
1 year ago
1
Rewrite meson.build
#77
wrvsrx
opened
1 year ago
3
add style check to CI
#76
MFTabriz
opened
1 year ago
0
beautify with clang-format
#75
MFTabriz
opened
1 year ago
0
Wrong error message for unrecognized sub-command
#74
mrubli2
opened
1 year ago
0
Infinite loop when non-existent argument is specified
#73
vadz
closed
1 year ago
0
Fix `command::operator|=` function signature
#71
BurningEnlightenment
closed
2 years ago
4
Crash in lyra::args::args with zero arguments
#70
johnmcfarlane
closed
1 year ago
0
Question on how to return error in lyra::opt lambdas
#69
schoetbi
closed
2 years ago
1
Fix warnings when building with -Wshadow on GCC.
#67
SadieCat
closed
2 years ago
1
When building with -Wshadow on GCC there are many shadowing warnings.
#66
SadieCat
closed
2 years ago
5
lyra::group in "|" operator chain
#65
elegracer
closed
1 year ago
4
ignore help of subcommands
#63
Miezhiko
closed
1 year ago
1
Readme: result.errorMessage() -> result.message()
#62
Miezhiko
closed
2 years ago
1
Long text wrapping in the help output
#59
lahwaacz
opened
2 years ago
0
Unknown options are silently ignored and mixed with positional arguments
#58
lahwaacz
closed
2 years ago
3
single_include_test.cpp fails
#57
yurivict
closed
2 years ago
1
Please add to the README how to run unit tests
#56
yurivict
closed
2 years ago
1
Negative values are not rejected for arguments associated with unsigned variables
#55
seabadger
closed
2 years ago
0
Fix CMake ALIAS target case
#54
tusharpm
closed
2 years ago
0
Added packaging with CPack and generation of pkg-config.
#52
KOLANICH
opened
3 years ago
1
Several options with multiple arguments
#51
OliverSchmitz
closed
2 years ago
1
Printing help text without ostream
#50
vadz
closed
1 year ago
2
Surprising behavior of lyra::group, is it a bug?
#49
lethal-guitar
closed
2 years ago
6
Allow setting hint after construction
#48
UnePierre
closed
2 years ago
4
Modifiable bound_parser::hint()
#47
UnePierre
closed
2 years ago
0
Non-iostream conversion.
#46
grafikrobot
opened
3 years ago
0
Better document cmake use.
#45
grafikrobot
opened
3 years ago
0
cmake install option
#44
NicoG60
closed
3 years ago
4
[CMake problem] LINK : fatal error LNK1104: unable to open file 'bfg::lyra.lib'
#43
Tyrben
closed
2 years ago
1
Harmless but annoying -Woverloaded-virtual warnings from gcc
#42
vadz
closed
3 years ago
2
Supress warnings about unused parameters
#41
a-ludi
closed
3 years ago
0
Value passed to a flag option is ignored (but gives no errors)
#40
andoalon
closed
2 years ago
2
Next