mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/User/_fakeroot
This commit is contained in:
parent
98c83a3040
commit
2b3114bb95
7
Completion/Unix/Command/_fakeroot
Normal file
7
Completion/Unix/Command/_fakeroot
Normal file
@ -0,0 +1,7 @@
|
||||
#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'
|
Loading…
Reference in New Issue
Block a user