1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00

10591: Chmouel Boudjnah: Completion for the fakeroot program.

This commit is contained in:
Bart Schaefer 2000-04-08 21:06:48 +00:00
parent d2ece376a3
commit b85dec1343

View file

@ -0,0 +1,6 @@
#compdef fakeroot
_arguments \
'--lib[alternate wrapper library]:wrapper library:_files' \
'--faked[alternate faked binary]:fake binary:_command_names' \
'*::arguments: _normal'