about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-04-08 21:06:48 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-04-08 21:06:48 +0000
commitb85dec13430b6ee74ee5fdd4fe7bdffb59e08916 (patch)
tree8ca68220b6ade4e5d78f040f55859614f84a275e
parentd2ece376a3b50f0ca361d27fb8e55372771532dd (diff)
downloadzsh-b85dec13430b6ee74ee5fdd4fe7bdffb59e08916.tar.gz
zsh-b85dec13430b6ee74ee5fdd4fe7bdffb59e08916.tar.xz
zsh-b85dec13430b6ee74ee5fdd4fe7bdffb59e08916.zip
10591: Chmouel Boudjnah: Completion for the fakeroot program.
-rw-r--r--Completion/User/_fakeroot6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/User/_fakeroot b/Completion/User/_fakeroot
new file mode 100644
index 000000000..64e259d3d
--- /dev/null
+++ b/Completion/User/_fakeroot
@@ -0,0 +1,6 @@
+#compdef fakeroot
+
+_arguments \
+       '--lib[alternate wrapper library]:wrapper library:_files' \
+       '--faked[alternate faked binary]:fake binary:_command_names' \
+       '*::arguments: _normal'