mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
update lint bash-completion: -f --format --force-yamllint
This commit is contained in:
parent
7eee72a342
commit
83e0693231
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue