mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-24 16:55:17 -04:00
update lint bash-completion: -f --format --force-yamllint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user