mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibCore: Introduce support for optional ArgsParser option values
This commit is contained in:
parent
3d51642037
commit
a85b728768
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