sbotools2

Maintenance fork of the original sbotools version 2
git clone git://git.server.ky/slackcoder/sbotools2
Log | Files | Refs | README

_sbocheck (229B)


      1 #compdef sbocheck
      2 
      3 # sbotools: https://pink-mist.github.io/sbotools/
      4 
      5 _arguments \
      6     '(-)'{-h,--help}'[Show help.]:' \
      7     '(-)'{-v,--version}'[Show version.]:' \
      8     && return 0
      9 
     10 return 1
     11 
     12 # Local Variables:
     13 # mode: sh
     14 # End: