We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e11141 commit 242feb4Copy full SHA for 242feb4
README.md
@@ -59,6 +59,8 @@ compare_hashmaps
59
----------------
60
61
```bash
62
-php compare_yaml_hashmaps.php file1 file2
+php compare_yaml_hashmaps.php file1 file2 <root_node>
63
```
64
-Compare 2 YAML hashmap files (such as symfony parameters.yml files)
+Compare 2 YAML hashmap files (such as symfony parameters.yml files)
65
+
66
+Example: `$ php compare_yaml_hashmaps.php parameters1.yml parameters2.yml 'parameters'`
0 commit comments