aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/status.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/status.fish
parent125ca9ff731f97691bf1f4221ff671d4a41d6510 (diff)
Touch up completions for builtin commands
darcs-hash:20061120152518-ac50b-cbd3d14af4fd2d67304278d442443decbac1ef7c.gz
Diffstat (limited to 'share/completions/status.fish')
-rw-r--r--share/completions/status.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/status.fish b/share/completions/status.fish
index 4c1b2e84..0055128f 100644
--- a/share/completions/status.fish
+++ b/share/completions/status.fish
@@ -1,4 +1,5 @@
+complete -c status -s h -l help -d (N_ "Display help and exit" )
complete -c status -l is-command-substitution -d (N_ "Test if a command substitution is currently evaluated")
complete -c status -l is-block -d (N_ "Test if a code block is currently evaluated")
complete -c status -l is-interactive -d (N_ "Test if this is an interactive shell")