serenity/Userland
Idan Horowitz 11599a3342 pls: Stop on first non option when parsing arguments
This allows using pls on a program with arguments more ergonomically,
e.g. `pls -- echo "hello friends"` can now simply be done as:
`pls echo "hello friends"`.
2021-12-28 22:03:33 +02:00
..
Applets Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections 2021-12-24 00:19:01 -08:00
Applications Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
Demos LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
DevTools UserspaceEmulator: Exclude special ranges from RangeAllocator 2021-12-28 19:28:13 +02:00
DynamicLoader
Games Spider: Add animation when drawing cards 2021-12-24 05:49:52 -08:00
Libraries LibVT: Handle window resize after history overflow 2021-12-28 20:28:58 +03:30
Services Taskbar: Add context menu to remove quicklaunch items 2021-12-28 00:57:48 -08:00
Shell
Utilities pls: Stop on first non option when parsing arguments 2021-12-28 22:03:33 +02:00
CMakeLists.txt