mcompile: Also support -v for verbose

This matches `meson test`, and there's really no other meaning that
could be attributed to this, since you would call `meson` to get the
version, not the `compile` sub-command.
pull/7505/head
Nirbheek Chauhan 4 years ago committed by Jussi Pakkanen
parent 6f3c8667ed
commit f4bac06bd9
  1. 2
      mesonbuild/mcompile.py

@ -263,7 +263,7 @@ def add_arguments(parser: 'argparse.ArgumentParser') -> None:
help='The system load average to try to maintain (if supported).'
)
parser.add_argument(
'--verbose',
'-v', '--verbose',
action='store_true',
help='Show more verbose output.'
)

Loading…
Cancel
Save