From 28affc5c8016dfaba51d8458de396c6f6d27a975 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 13 Nov 2022 23:54:30 +0900 Subject: [PATCH] Update Teamocil --- src/_teamocil | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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/.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