pySim-shell: Add settable parameter on JSON pretty-printing

Change-Id: Ic095c96733de2b0f359bfe067cd719d38712faff
This commit is contained in:
Harald Welte
2021-04-06 21:12:25 +02:00
parent c9baa4d915
commit 1748b9372c
3 changed files with 21 additions and 11 deletions

View File

@@ -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
~~~~~