aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/exit.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-21 01:25:18 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-21 01:25:18 +1000
commit1145a5d483b2eab9bdc8d4f695c535c3dee6478d (patch)
treef27e99fbb4262b5b098776ee4cd076105233c8e6 /share/completions/exit.fish
parent125ca9ff731f97691bf1f4221ff671d4a41d6510 (diff)
Touch up completions for builtin commands
darcs-hash:20061120152518-ac50b-cbd3d14af4fd2d67304278d442443decbac1ef7c.gz
Diffstat (limited to 'share/completions/exit.fish')
-rw-r--r--share/completions/exit.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/completions/exit.fish b/share/completions/exit.fish
new file mode 100644
index 00000000..25b84e66
--- /dev/null
+++ b/share/completions/exit.fish
@@ -0,0 +1,4 @@
+
+complete -c exit -s h -l help -d (N_ "Display help and exit" )
+complete -c exit -x -a 0 -d "Quit with normal exit status"
+complete -c exit -x -a 1 -d "Quit with abnormal exit status"