serenity/Base
Sam Atkins 45c429853a ps: Allow -q option multiple times, and separated by spaces or commas
Several differences here:
- Passing `-q` multiple times will add them together, instead of the
  last one overwriting the previous ones.
- `-q` PIDs can be separated by commas as well as spaces.
- We check that the PIDs are integers while parsing the arguments,
  instead of later on.

The "parse a list of things as an option" is extracted into a helper
function, because we're going to want the same logic for `-g`, `-G`,
`-p`, `-t`, `-u`, and `-U`.
2023-05-16 12:54:18 +02:00
..
etc Base: Run SpiceAgent as a user service 2023-05-12 17:47:16 +01:00
home/anon FontEditor: Allow application to launch without a font 2023-05-13 12:53:49 +02:00
res Userland+Base: Don't run NetworkSettings in elevated mode 2023-05-13 17:59:37 -06:00
root Base: Remove UserspaceEmulator from the list of manual pages to verify 2022-12-28 11:53:41 +01:00
usr ps: Allow -q option multiple times, and separated by spaces or commas 2023-05-16 12:54:18 +02:00
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00
.gitignore Meta: Don't generate emoji.txt into the source tree 2022-09-05 09:50:31 -04:00