summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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,