about summary refs log tree commit diff
path: root/Completion/User/_fakeroot
blob: 64e259d3df7e6d2281141cbb31c08cbc66ea6c92 (plain) (blame)
1
2
3
4
5
6
#compdef fakeroot

_arguments \
       '--lib[alternate wrapper library]:wrapper library:_files' \
       '--faked[alternate faked binary]:fake binary:_command_names' \
       '*::arguments: _normal'