mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
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.
28 KiB
28 KiB