From 9826f7cbad31ef0e04bf14e8b1ed2e95a81b4054 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 11 Jan 2024 13:50:53 +0100 Subject: add --export-json option --- lib/cli.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index ae3bb7b..3fa39b3 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -393,6 +393,12 @@ def add_standard_arguments(parser): type=str, help="Export raw (parameter-independent) observations in JSON format to FILENAME", ) + parser.add_argument( + "--export-json", + metavar="FILENAME", + type=str, + help="Export model in JSON format to FILENAME", + ) parser.add_argument( "--dref-precision", metavar="NDIG", -- cgit v1.2.3