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