mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 12:16:06 +00:00
shell-completion: zsh: add completion for systemd-analyze inspect-elf
(cherry picked from commit 1e29036afc)
This commit is contained in:
committed by
Luca Boccassi
parent
2dc5425265
commit
cef16f1688
@@ -11,6 +11,11 @@
|
||||
_files -W '(/run/systemd/ /etc/systemd/ /usr/lib/systemd/)' -P 'systemd/'
|
||||
}
|
||||
|
||||
(( $+functions[_systemd-analyze_inspect-elf] )) ||
|
||||
_systemd-analyze_inspect-elf() {
|
||||
_files
|
||||
}
|
||||
|
||||
(( $+functions[_systemd-analyze_critical-chain] )) ||
|
||||
_systemd-analyze_critical-chain() {
|
||||
local -a _units
|
||||
|
||||
Reference in New Issue
Block a user