summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-12-21 10:28:23 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-12-21 10:28:23 +0100
commita9f3b859b7a7d702285b51113d901108fee31a62 (patch)
tree97df2492ddbc0ef05eb1fd65952514e10425659d /lib
parent10e6561615be67a775993ec5bfbd54eac2efa9a1 (diff)
analyze-kconfig: add --boxplot-(un)param and --non-interactive support
Diffstat (limited to 'lib')
-rw-r--r--lib/cli.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/cli.py b/lib/cli.py
index a0ba51c..b33bd4a 100644
--- a/lib/cli.py
+++ b/lib/cli.py
@@ -303,6 +303,9 @@ def add_standard_arguments(parser):
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",
type=str,