mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
update lint bash-completion: -f --format --force-yamllint
This commit is contained in:
parent
7eee72a342
commit
83e0693231
@ -200,8 +200,8 @@ __complete_rewritemeta() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
__complete_lint() {
|
__complete_lint() {
|
||||||
opts="-v -q"
|
opts="-v -q -f"
|
||||||
lopts="--verbose --quiet"
|
lopts="--verbose --quiet --force-yamllint --format"
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__complete_options
|
__complete_options
|
||||||
|
Loading…
Reference in New Issue
Block a user