# shellcheck shell=bash # ----------------------------------------------------------------------------- # Tab-completion-script voor kzsetup. # # Geschreven door Karel Zimmer . # # Auteursrecht (c) 2020-2021 Karel Zimmer. # GNU Algemene Publieke Licentie . # # RelNum=02.00.12 # RelDat=2021-01-02 # ----------------------------------------------------------------------------- dashoptions="-a --apps -c --cat -d --debug '-e EDITIE' '--edition EDITIE' -f --files -g --gui -h --help -i --info -r --restore-info -s --simulate -u --usage -v --version" complete -o default -W "$dashoptions" kzsetup # EOF