mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +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() {
|
||||
opts="-v -q"
|
||||
lopts="--verbose --quiet"
|
||||
opts="-v -q -f"
|
||||
lopts="--verbose --quiet --force-yamllint --format"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue