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:
parent
d2ece376a3
commit
b85dec1343
1 changed files with 6 additions and 0 deletions
6
Completion/User/_fakeroot
Normal file
6
Completion/User/_fakeroot
Normal 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'
|
Loading…
Reference in a new issue