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 484eaa2 commit 82c3587Copy full SHA for 82c3587
1 file changed
remove-json-keys/README.md
@@ -57,7 +57,7 @@ remove-json-keys --keys=author -W
57
Remove `appDesc` + `err_notFound` keys from JSON files found in `data` dir:
58
59
```bash
60
-remove-json-keys -d data -k appDesc,err_notFound -W
+remove-json-keys -k appDesc,err_notFound -d data -W
61
```
62
63
## MIT License
0 commit comments