Separate lint messages into warnings and pedantic warnings

This commit is contained in:
Daniel Martí 2014-03-18 12:15:50 +01:00
parent 945d8b126f
commit d5c62d3bbd
2 changed files with 115 additions and 83 deletions

View file

@ -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