1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 23:54:57 +00:00
serenity/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 LibMain: Add a new library for more ergonomic userspace entry functions 2021-11-22 19:28:31 +01:00
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