Skip to content

Commit

Permalink
Add flag --used-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed May 16, 2024
1 parent 712a82b commit c676df6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-scripts/profile_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ def parse_most_used_components(subparsers):
choices=get_available_products_with_components_root(),
default=get_available_products_with_components_root(),
)
parser_most_used_components.add_argument(
"--used-rules",
default=False,
action="store_true",
help="Show used rules of component.",
)


def get_available_products_with_components_root():
Expand Down

0 comments on commit c676df6

Please sign in to comment.