From a9f3b859b7a7d702285b51113d901108fee31a62 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 21 Dec 2023 10:28:23 +0100 Subject: analyze-kconfig: add --boxplot-(un)param and --non-interactive support --- lib/cli.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index a0ba51c..b33bd4a 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -302,6 +302,9 @@ def add_standard_arguments(parser): type=str, help="Export boxplots of observations to {PREFIX}{name}-{attribute}.pdf, with one boxplot per parameter combination", ) + parser.add_argument( + "--non-interactive", action="store_true", help="Do not show interactive plots" + ) parser.add_argument( "--export-xv", metavar="FILE", -- cgit v1.2.3