1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:48:13 +00:00
serenity/Userland
Mustafa Quraish b0bd4be59a Config CLI: Handle missing config values correctly
If the domain/group/key doesn't exist in the config, exit with
non-zero status and don't print out anything.

Previously the CLI would print a single empty line if the config
value was not found with LibConfig. Now, we use the proper
`Config::Client::the().read_string()` API which can return an
`Optional` type indicating failure.`
2021-08-31 16:52:58 +02:00
..
Applets AudioApplet: Fix applet positioning bug 2021-08-31 16:49:22 +02:00
Applications PixelPaint: Rename Mode to FillMode for Ellipse/Rectangle 2021-08-31 16:45:57 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools Profiler: Add a flamegraph view for the stack 2021-08-31 12:40:51 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games GameOfLife: Don't enable rotate button if a pattern isn't selected 2021-08-31 15:46:58 +01:00
Libraries WindowServer: Add message to notify clients of applet area resize 2021-08-31 16:49:22 +02:00
Services WindowServer: Add message to notify clients of applet area resize 2021-08-31 16:49:22 +02:00
Shell Shell: Use new Statistics tool in 'time -n' command 2021-08-31 16:38:22 +02:00
Utilities Config CLI: Handle missing config values correctly 2021-08-31 16:52:58 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00