#compdef swaync

_arguments -s \
    '(-h --help)'{-h,--help}'[Show help options]' \
    '(-v --version)'{-v,--version}'[Prints version]' \
    '(-s --style)'{-s,--style}'[Use a custom Stylesheet file]:files:_files' \
    '(-c --config)'{-c,--config}'[Use a custom config file]:files:_files' \
    '(   --skip-system-css)'--skip-system-css'[Skip trying to parse the packaged Stylesheet file. Useful for CSS debugging]' \
    '(   --custom-system-css)'--custom-system-css'[Pick a custom CSS file to use as the "system" CSS. Useful for CSS debugging]:files:_files' \
