mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Separate lint messages into warnings and pedantic warnings
This commit is contained in:
parent
945d8b126f
commit
d5c62d3bbd
2 changed files with 115 additions and 83 deletions
|
@ -194,8 +194,8 @@ __complete_rewritemeta() {
|
|||
}
|
||||
|
||||
__complete_lint() {
|
||||
opts="-h -v"
|
||||
lopts="--help --verbose"
|
||||
opts="-h -v -p"
|
||||
lopts="--help --verbose --pedantic"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue