mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 14:04:03 +01:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
#compdef fakeroot
|
|
|
|
_arguments \
|
|
'--lib[alternate wrapper library]:wrapper library:_files' \
|
|
'--faked[alternate faked binary]:fake binary:_command_names' \
|
|
'*::arguments: _normal'
|