From ac82019ebc004d7ca92d6739cfa8ef363ed0989d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=D1=81hael=20Belvedersky?= Date: Fri, 19 Apr 2024 10:40:47 +0300 Subject: [PATCH] more examples are added --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7319630..37835cc 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,19 @@ gendiff nested_node1.json nested_node2.json --replacer ⏐ --increment 2 } ``` +And `plain` output format: + +``` +poetry run gendiff --format plain nested_node1.json nested_node2.json +``` + +``` +Property 'common.node2' was removed +Property 'common.node5' was added with value: 'got ya' +Property 'common.node6.doge.wow' was updated. From '' to 'cool' +Property 'common.node6.key' was removed +``` +