PHP 7.4.33
Preview: _bootctl Size: 1.08 KB
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/usr/share/zsh/site-functions/_bootctl

#compdef bootctl
# SPDX-License-Identifier: LGPL-2.1+

(( $+functions[_bootctl_command] )) || _bootctl_command()
{
    local -a _bootctl_cmds
    _bootctl_cmds=(
        "status:Show status of installed systemd-boot and EFI variables"
        "install:Install systemd-boot to the ESP and EFI variables"
        "update:Update systemd-boot in the ESP and EFI variables"
        "remove:Remove systemd-boot from the ESP and EFI variables"
    )
    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.]' \
    '--path=[Path to the EFI System Partition (ESP)]:path:_directories' \
    '--no-variables[Do not touch EFI variables]' \
    '*::bootctl command:_bootctl_command'

Directory Contents

Dirs: 0 × Files: 25

Name Size Perms Modified Actions
1.76 KB lrw-r--r-- 2020-10-08 18:05:10
Edit Download
1.08 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
2.99 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
1.54 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
13.02 KB lrw-r--r-- 2025-01-28 01:43:09
Edit Download
18.61 KB lrw-r--r-- 2025-03-11 09:51:09
Edit Download
2.22 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
5.83 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
651 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
3.50 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
5.67 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
116 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
355 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
289 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
255 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
15.24 KB lrw-r--r-- 2025-04-22 01:58:20
Edit Download
3.75 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
2.99 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
564 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
1.04 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
2.28 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
3.06 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
736 B lrw-r--r-- 2018-06-22 11:11:49
Edit Download
1.99 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download
5.86 KB lrw-r--r-- 2018-06-22 11:11:49
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).