diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-21 10:28:23 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-21 10:28:23 +0100 |
commit | a9f3b859b7a7d702285b51113d901108fee31a62 (patch) | |
tree | 97df2492ddbc0ef05eb1fd65952514e10425659d /lib | |
parent | 10e6561615be67a775993ec5bfbd54eac2efa9a1 (diff) |
analyze-kconfig: add --boxplot-(un)param and --non-interactive support
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cli.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |