aboutsummaryrefslogtreecommitdiff
path: root/completion/zsh-completion.zsh
blob: 26116d211002c70ebc5bea0970da7ed01d2924e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#compdef ponysay
_shortopts=(
    '-v[Show version and exit]'
    '-h[Show this help and exit]'
    '-l[list ponyfiles]'
    '-f[Select a pony (either a filename or a ponyname]: :_path_files -W "/usr/share/ponies" -g "*(\:r)"'
    '-W[The screen column where the message should be wrapped]'
    )
_arguments -s : \
    "$_shortopts[@]"