shell-completion: on zsh, systemd-cat is a precommand
commit5ebd945cda08509e8171338fde91c862b8dc7014
authorhydrargyrum <hydrargyrum@users.noreply.github.com>
Tue, 30 Apr 2024 14:02:22 +0000 (30 16:02 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 9 May 2024 11:25:32 +0000 (9 13:25 +0200)
tree59826af4703cdff1b6283ba58c85db99c5df2394
parent50e0509ccf12761c05aa4fe4d7695e1d57b24fba
shell-completion: on zsh, systemd-cat is a precommand

_precommand lets zsh complete other commands and their arguments
e.g. it can complete grep with "systemd-cat gr" and complete grep options
with "systemd-cat grep -"
shell-completion/zsh/_systemd