LibCore: Introduce support for optional ArgsParser option values

This commit is contained in:
Tim Schumacher 2022-07-12 23:05:06 +02:00 committed by Linus Groh
commit a85b728768
Notes: sideshowbarker 2024-07-17 11:30:05 +09:00
2 changed files with 19 additions and 7 deletions

View file

@ -32,6 +32,7 @@ public:
enum class OptionArgumentMode {
None,
Optional,
Required,
};