future-install-scripts/completion/zsh/_genfstab
Emil Velikov 1f8a62bf0b zsh: simplify arch-chroot and genfstab completion
This will allow us to easily update and keep up-to date these two. The
final pacstrap one is fairly hairy and will be dealt with another time.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2023-03-26 17:13:06 +01:00

12 lines
260 B
Plaintext

#compdef genfstab
local -a args=(
'(-h --help)'{-h,--help}'[display help]'
'-p[Avoid printing pseudofs mounts]'
'(-U)-L[Use labels for source identifiers]'
'(-L)-U[Use UUIDs for source identifiers]'
':*:_path_files -/'
)
_arguments $args