mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
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:
parent
da24a45e83
commit
8961485125
16 changed files with 0 additions and 963 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue