aboutsummaryrefslogtreecommitdiffstats
path: root/src/_teamocil
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2022-11-13 23:54:30 +0900
committerShohei YOSHIDA <syohex@gmail.com>2022-11-13 23:54:30 +0900
commit28affc5c8016dfaba51d8458de396c6f6d27a975 (patch)
treef50e877184ad2da6f9e7bba0fa70a0c0f9763298 /src/_teamocil
parentMerge pull request #911 from zsh-users/update-nvm (diff)
downloadzsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.tar
zsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.tar.gz
zsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.tar.bz2
zsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.tar.lz
zsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.tar.xz
zsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.tar.zst
zsh-completions-28affc5c8016dfaba51d8458de396c6f6d27a975.zip
Update Teamocil
Diffstat (limited to 'src/_teamocil')
-rw-r--r--src/_teamocil11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/_teamocil b/src/_teamocil
index 30e1c2a..faf1e2a 100644
--- a/src/_teamocil
+++ b/src/_teamocil
@@ -28,7 +28,7 @@
# Description
# -----------
#
-# Completion script for Teamocil 0.4.5 (https://github.com/remiprev/teamocil).
+# Completion script for Teamocil 1.4.2 (https://github.com/remiprev/teamocil).
#
# ------------------------------------------------------------------------------
# Authors
@@ -44,4 +44,13 @@ _arguments \
'--layout [use a specific layout file, instead of \`~/.teamocil/<layout>.yml\`]' \
'--list[list all available layouts in \`~/.teamocil/\`]' \
'--show[show the content of the layout file instead of executing it]' \
+ '--debug[show the commands Teamocil will execute instead of actually executing them]' \
'*:teamocil layouts:_files -W ~/.teamocil -g "*.yml(:r)"'
+
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et