1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-10 11:01:32 +01:00
zsh/Completion/Linux/Command/_kpartx

14 lines
446 B
Text

#compdef kpartx
_arguments -s -w : \
'-a[add partition mappings]' \
'-r[read-only partition mappings]' \
'-d[delete partition mappings]' \
'-u[update partition mappings]' \
'-l[list partition mappings]' \
'-p[set device name-partition number delimiter]' \
'-f[force creation of mappings]' \
'-g[force GUID partition table]' \
'-v[Operate verbosely]' \
'-s[don'\''t return until the partitions are created]' \
'1: : _files'