summaryrefslogtreecommitdiffstats
path: root/third_party/typ/typ/arg_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/typ/typ/arg_parser.py')
-rw-r--r--third_party/typ/typ/arg_parser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/typ/typ/arg_parser.py b/third_party/typ/typ/arg_parser.py
index b55dee8..cb51711 100644
--- a/third_party/typ/typ/arg_parser.py
+++ b/third_party/typ/typ/arg_parser.py
@@ -91,6 +91,8 @@ class ArgumentParser(argparse.ArgumentParser):
help=('Globs to omit when reporting coverage '
'(defaults to %s).' %
DEFAULT_COVERAGE_OMIT))
+ self.add_argument('--coverage-annotate', action='store_true',
+ help=('Produce an annotate source report.'))
self.add_argument('--coverage-show-missing', action='store_true',
help=('Show missing line ranges in coverage '
'report.'))