1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-11 09:40:59 +01:00
zsh/Completion/Linux/Command/_kpartx
2018-06-21 13:28:24 +02:00

14 lines
448 B
Text

#compdef kpartx
_arguments -s -S : \
'-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]' \
'-n[return before the partitions are created]' '!(-n)-s' \
'1: : _files'