aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/env.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-28 13:26:52 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-28 13:26:52 +1000
commit6a60377e02b7a2520932e37a92e2eb0fc2d0b14f (patch)
treee522d1b40ad9f9b8b11d39bfc9c0bd41d6341c74 /share/completions/env.fish
parentfc87b3c4b40a44d1753848ca9a814d24d52cd453 (diff)
Add -u switch to completions which can have unknown switches or which are incomplete
darcs-hash:20070128032652-ac50b-dae70e7b2efddbc757aae8bc7d1884ff5e010621.gz
Diffstat (limited to 'share/completions/env.fish')
-rw-r--r--share/completions/env.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/env.fish b/share/completions/env.fish
index ae8586d7..c6359da0 100644
--- a/share/completions/env.fish
+++ b/share/completions/env.fish
@@ -8,3 +8,5 @@ complete -c env -s u -l unset --description "Remove variable from the environmen
complete -c env -l help --description "Display help and exit"
complete -c env -l version --description "Display version and exit"
+# Since env runs subcommands, it can accept any switches
+complete -c env -u