about summary refs log tree commit diff
path: root/Completion/Unix/Command/_fakeroot
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_fakeroot')
-rw-r--r--Completion/Unix/Command/_fakeroot7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_fakeroot b/Completion/Unix/Command/_fakeroot
new file mode 100644
index 000000000..bb9655a85
--- /dev/null
+++ b/Completion/Unix/Command/_fakeroot
@@ -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'