1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

update lint bash-completion: -f --format --force-yamllint

This commit is contained in:
Hans-Christoph Steiner 2020-06-02 21:52:58 +02:00
parent 7eee72a342
commit 83e0693231
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -200,8 +200,8 @@ __complete_rewritemeta() {
}
__complete_lint() {
opts="-v -q"
lopts="--verbose --quiet"
opts="-v -q -f"
lopts="--verbose --quiet --force-yamllint --format"
case "${cur}" in
-*)
__complete_options