Added alias in README
This commit is contained in:
parent
10aadc1179
commit
2d4f78933c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ The compiled executable will be inside the `bin` folder, named `kennson.exe` (re
|
||||||
```text
|
```text
|
||||||
-f, --file=<filename> Read JSON from file instead of stdin
|
-f, --file=<filename> Read JSON from file instead of stdin
|
||||||
--input=<json input> Read JSON as parameter instead of stdin
|
--input=<json input> Read JSON as parameter instead of stdin
|
||||||
--jsonpath=<JSONPath query> Display only the matches of the JSON document
|
--jsonpath=<JSONPath query> Display only the matches of the JSON document (also --path)
|
||||||
-p, --jsonpointer=<JSON Pointer> Display only the matches of the JSON pointer
|
-p, --jsonpointer=<JSON Pointer> Display only the matches of the JSON pointer (also --pointer)
|
||||||
-i, --indent Set space indentation level (prefix with t for tab indentation)
|
-i, --indent Set space indentation level (prefix with t for tab indentation)
|
||||||
(defaults to "2")
|
(defaults to "2")
|
||||||
-d, --max-depth Specify maximum nesting before stopping printing
|
-d, --max-depth Specify maximum nesting before stopping printing
|
||||||
|
|
Loading…
Add table
Reference in a new issue