summaryrefslogtreecommitdiff
path: root/src/systemd-machine-id-setup/systemd-machine-id-setup.completion.zsh
blob: d5756493945fde28732e3a789ba11d03780b7eab (plain)
1
2
3
4
5
6
7
8
#compdef systemd-machine-id-setup

local curcontext="$curcontext" state lstate line
_arguments \
    {-h,--help}'[Show this help]' \
    '--version[Show package version]'

#vim: set ft=zsh sw=4 ts=4 et