PATH:
usr
/
share
/
zsh
/
site-functions
#compdef bootctl (( $+functions[_bootctl_command] )) || _bootctl_command() { local -a _bootctl_cmds _bootctl_cmds=( "status:Show current firmware and boot settings" ) if (( CURRENT == 1 )); then _describe -t commands 'bootctl command' _bootctl_cmds || compadd "$@" else local curcontext="$curcontext" cmd="${${_bootctl_cmds[(r)$words[1]:*]%%:*}}" if (( $+functions[_bootctl_$cmd] )); then _bootctl_$cmd else _message "no more options" fi fi } _arguments \ {-h,--help}'[Prints a short help text and exits.]' \ '--version[Prints a short version string and exits.]' \ '*::bootctl command:_bootctl_command'
[-] _sd_outputmodes
[edit]
[-] _sd_unit_files
[edit]
[-] _journalctl
[edit]
[+]
..
[-] _machinectl
[edit]
[-] _sd_hosts_or_user_at_host
[edit]
[-] _systemd-nspawn
[edit]
[-] _kernel-install
[edit]
[-] _systemd-delta
[edit]
[-] _udevadm
[edit]
[-] _systemd
[edit]
[-] _sd_machines
[edit]
[-] _systemd-tmpfiles
[edit]
[-] _systemctl
[edit]
[-] _systemd-analyze
[edit]
[-] _bootctl
[edit]
[-] _loginctl
[edit]
[-] _systemd-inhibit
[edit]
[-] _coredumpctl
[edit]
[-] _systemd-run
[edit]
[-] _hostnamectl
[edit]
[-] _timedatectl
[edit]
[-] _localectl
[edit]