Merge "fix soongdbg missing args" into main

This commit is contained in:
Treehugger Robot
2024-07-31 19:02:09 +00:00
committed by Gerrit Code Review

View File

@@ -216,7 +216,7 @@ def print_args(parser):
help="jq query for each module metadata") help="jq query for each module metadata")
parser.add_argument("--deptags", action="store_true", parser.add_argument("--deptags", action="store_true",
help="show dependency tags (makes the graph much more complex)") help="show dependency tags (makes the graph much more complex)")
parser.add_argument("--tag", action="append", parser.add_argument("--tag", action="append", default=[],
help="Limit output to these dependency tags.") help="Limit output to these dependency tags.")
group = parser.add_argument_group("output formats", group = parser.add_argument_group("output formats",