1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
zsh/Completion/Unix/Command/_fakeroot

8 lines
252 B
Plaintext
Raw Normal View History

2001-04-02 13:49:13 +02:00
#compdef fakeroot
_arguments \
'--lib[alternate wrapper library]:wrapper library:_files' \
'--faked[alternate faked binary]:fake binary: _command_names -e' \
'(-):command name: _command_names -e' \
'*::arguments: _normal'