aboutsummaryrefslogtreecommitdiffstats
path: root/src/_hello
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-03-13 11:38:48 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-03-13 11:38:48 +0900
commit7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b (patch)
tree4f9223ee805b75f54f09b630aa56d9257dc7faf9 /src/_hello
parentUse spaces instead of tabs (diff)
downloadzsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar
zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.gz
zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.bz2
zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.lz
zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.xz
zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.zst
zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.zip
Add editor settings to all files
Diffstat (limited to 'src/_hello')
-rw-r--r--src/_hello11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/_hello b/src/_hello
index e8dafdf..d828eb7 100644
--- a/src/_hello
+++ b/src/_hello
@@ -13,7 +13,16 @@
#
# ------------------------------------------------------------------------------
-_arguments -s '(- *)'{-h,--help}'[display this help and exit]' \
+_arguments -s \
+ '(- *)'{-h,--help}'[display this help and exit]' \
'(- *)'{-v,--version}'[display version information and exit]' \
{-t,--traditional}'[use traditional greeting]' \
{-g,--greeting=}'[use TEXT as the greeting message]:TEXT'
+
+# 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