Files
systemd/shell-completion/bash
Guiorgy f5530c10b8 Support Bash completions for short option group in journalctl (#40214)
Currently, the Bash completions for journalctl tries to match the
previous word _**exactly**_, which leads to the following issue:
`journalctl -u dock` correctly auto completes to `journalctl -u
docker.service`, but `journalctl -eu` provides no completions at all,
which is a shame since I never use the `-u` option alone (almost always
`-eu` or `-efu`, I wish the `-e` option was the default but I digress).

The proposed solution is to assume words that start with only a single
dash and consist of only letters are short option groups and handle them
as if the previous word was the short option using the last character,
e.g. `-efu` -> `-u`.
2025-12-31 14:58:58 +00:00
..
2025-07-14 20:24:26 +09:00
2025-07-14 20:24:26 +09:00
2025-07-14 20:24:26 +09:00
2025-07-14 20:24:26 +09:00
2025-07-14 20:24:26 +09:00
2025-10-30 15:28:36 +01:00
2025-07-14 20:24:26 +09:00