python3-jsonpatch --version (return code: 0)
python3-jsonpatch 1.10
python3-jsonpatch --help (return code: 0)
usage: python3-jsonpatch [-h] [--indent INDENT] [-b] [-i] [-v]
ORIGINAL [PATCH]
Apply a JSON patch on a JSON file
positional arguments:
ORIGINAL Original file
PATCH Patch file (read from stdin if omitted)
optional arguments:
-h, --help show this help message and exit
--indent INDENT Indent output by n spaces
-b, --backup Back up ORIGINAL if modifying in-place
-i, --in-place Modify ORIGINAL in-place instead of to stdout
-v, --version show program's version number and exit