mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibCore: Introduce support for optional ArgsParser option values
This commit is contained in:
parent
3d51642037
commit
a85b728768
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/timschumi
Commit: a85b728768
Pull-request: https://github.com/SerenityOS/serenity/pull/14571
Reviewed-by: https://github.com/linusg ✅
2 changed files with 19 additions and 7 deletions
|
@ -32,6 +32,7 @@ public:
|
|||
|
||||
enum class OptionArgumentMode {
|
||||
None,
|
||||
Optional,
|
||||
Required,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue