remove dscanner subcommand

It's unused and unmaintained. It could  potentially be revived as a
plugin at a later point.
This commit is contained in:
Marcus Hoffmann 2020-01-31 14:16:33 +01:00
parent da24a45e83
commit 8961485125
16 changed files with 0 additions and 963 deletions

View file

@ -104,22 +104,6 @@ __complete_build() {
esac
}
__complete_dscanner() {
opts="-v -q -l"
lopts="--verbose --quiet --clean-after --clean-before --clean-only --init-only --latest --repo-path"
case "${cur}" in
-*)
__complete_options
return 0;;
*:)
__vercode
return 0;;
*)
__package
return 0;;
esac
}
__complete_gpgsign() {
opts="-v -q"
lopts="--verbose --quiet"