aboutsummaryrefslogtreecommitdiffstats
path: root/src/_hello
blob: e8dafdf693db4dac50c3ce350c388845b0eab762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#compdef hello
# ------------------------------------------------------------------------------
# Description
# -----------
#
#  Completion script for GNU hello (https://www.gnu.org/software/hello/).
#
# ------------------------------------------------------------------------------
# Authors
# -------
#
#  * Wu Zhenyu <wuzy01@qq.com>
#
# ------------------------------------------------------------------------------

_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'