mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
shell-completion: zsh: add completion for systemd-analyze inspect-elf
This commit is contained in:
@@ -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