Files
ladybird/Userland/Libraries/LibCore
Carwyn Nelson a2591bc5fa LibCore: Make ArgParser::Arg::accept_value return ErrorOr<bool>
Much like the previous commit, this commit makes the
ArgParser::Arg::accept_value callback return an ErrorOr<bool> instead of
just a bool.

The aim of this is to make argument parsing more robust, especially
with the newer String api that returns an ErrorOr for many functions.
2023-07-04 04:26:58 +03:30
..
2023-03-27 20:29:51 +01:00
2023-05-28 05:51:27 -06:00
2023-06-03 05:52:16 +02:00
2023-06-07 12:55:00 +02:00
2023-02-13 00:50:07 +00:00
2023-05-24 23:18:07 +02:00
2023-05-24 23:18:07 +02:00
2023-02-13 00:50:07 +00:00