After reading #systemd v256 rc changelog, I got very hyped for run0 (simple replacement for basic sudo or doas). But after verifying the code, I understood it misses bash completion. For me this would be sad and even degrade the usage.
So the best way to fix it is of course to add it myself. On the same note, check which other commands miss shell completion, and add them.
Not high impact contribution to a project I use, but every small bit counts.
shell-completions: add bash completion for run0 & systemd-vpick by arthurzam · Pull Request #32510 · systemd/systemd
After the merge of #32494, and adding some more completions for new v256 commands, I noticed I forgot to include it in meson.build, resulting in it not being installed, so in this PR I fix my mista...