aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-06 21:12:25 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-06 21:16:16 +0200
commit1748b9372cb5f12c5a0afd4e37e5f96dbe8a4cf1 (patch)
treed4bdbc2057362488c31937c40088b631017d9529 /docs
parentc9baa4d91576c7cc6943b22ad3bede63536403df (diff)
pySim-shell: Add settable parameter on JSON pretty-printing
Diffstat (limited to 'docs')
-rw-r--r--docs/shell.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/shell.rst b/docs/shell.rst
index 314f633..ddb21d5 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -208,6 +208,14 @@ Writes will only be performed if the new value is different from the current on-
If disabled, pySim will always write irrespective of the current/new value.
+json_pretty_print
+~~~~~~~~~~~~~~~~~
+
+This parameter determines if generated JSON output should (by default) be pretty-printed (multi-line
+output with indent level of 4 spaces) or not.
+
+The default value of this parameter is 'true'.
+
debug
~~~~~