#compdef sbotool

# sbotools: https://pghvlaans.github.io/sbotools/

_arguments \
    '(-)'{-d,--dialogrc}'[Use this absolute path as dialogrc.]:' \
    '(-)'{--config}'[Enter the Settings menu directly.]:' \
    '(-)'{-h,--help}'[Show help.]:' \
    '(-)'{-v,--version}'[Show version.]:' \
    && return 0

return 1

# Local Variables:
# mode: sh
# End:
