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: