aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/block.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/block.fish
parent125ca9ff731f97691bf1f4221ff671d4a41d6510 (diff)
Touch up completions for builtin commands
darcs-hash:20061120152518-ac50b-cbd3d14af4fd2d67304278d442443decbac1ef7c.gz
Diffstat (limited to 'share/completions/block.fish')
-rw-r--r--share/completions/block.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/completions/block.fish b/share/completions/block.fish
new file mode 100644
index 00000000..389f7e94
--- /dev/null
+++ b/share/completions/block.fish
@@ -0,0 +1,5 @@
+
+complete -c block -s h -l help -d (N_ "Display help and exit" )
+complete -c block -s e -l erase -d (N_ "Remove the topmost global event block" )
+complete -c block -s l -l local -d (N_ "Create a local (automatically erased) event block" )
+complete -c block -s g -l global -d (N_ "Create a global (manually erased) event block" )