1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-22 20:31:03 +02:00

43372: Add completion for e2label

This commit is contained in:
dana 2018-09-05 14:57:55 -05:00
parent 9bc7e5b404
commit f7e874c101
2 changed files with 8 additions and 0 deletions
ChangeLog
Completion/Linux/Command

View file

@ -1,3 +1,8 @@
2018-09-05 dana <dana@dana.is>
* 43372: Completion/Linux/Command/_e2label: Add completion for
e2label
2018-09-05 Peter Stephenson <p.stephenson@samsung.com>
* 43375 with fix from 43390: Test/A05execution.ztst: don't

View file

@ -0,0 +1,3 @@
#compdef e2label
_arguments '1:device:_files' '2::volume label:(/dev/disk/by-label/*(N:t))'