From c676df61905e319f6b472c8b5746d386852d5ada Mon Sep 17 00:00:00 2001 From: Jan Rodak Date: Thu, 16 May 2024 13:31:18 +0200 Subject: [PATCH] Add flag --used-rules --- build-scripts/profile_tool.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-scripts/profile_tool.py b/build-scripts/profile_tool.py index 043d2a3e4135..51ae7f237d72 100755 --- a/build-scripts/profile_tool.py +++ b/build-scripts/profile_tool.py @@ -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():