blob: bb9655a85f523e43fa87cd4520f24e98147a3558 (
plain) (
blame)
1
2
3
4
5
6
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'
|