aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_sbocheck
blob: 6c1378fa55985e3e807f9f10a63dc429aa582417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef sbocheck

# sbotools: https://pink-mist.github.io/sbotools/

_arguments \
    '(-)'{-h,--help}'[Show help.]:' \
    '(-)'{-v,--version}'[Show version.]:' \
    && return 0

return 1

# Local Variables:
# mode: sh
# End: