ladybird/Userland/Libraries/LibMain
Sam Atkins 25c2a76d10 LibMain: Add the ability to configure the exit code on error
Some POSIX utilities are specified to return a specific value on error,
which is not 1. `Main::set_return_code_for_errors()` lets you set it to
that value.
2022-03-19 11:01:49 -07:00
..
CMakeLists.txt
Main.cpp LibMain: Add the ability to configure the exit code on error 2022-03-19 11:01:49 -07:00
Main.h LibMain: Add the ability to configure the exit code on error 2022-03-19 11:01:49 -07:00