#compdef kdynamicwallpaperbuilder

# SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
#
# SPDX-License-Identifier: CC0-1.0

_arguments -s \
    {-v,--version}'[Show the version information and quit]' \
    {-h,--help}'[Show help message and quit]' \
    '--help-all[Show help message including Qt specific options and quit]' \
    '--output[Specify the file where the output will be written]:files:_files' \
    '--max-threads[Maximum number of threads that can be used when encoding a wallpaper]'
