Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-cherkas committed Oct 17, 2023
1 parent e87ec2a commit ae8d640
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@ Output Options:
Formatting Options:
--skip-fields Don't output misc json keys as fields
--include-fields <fields>, -f <fields> Always include these json keys as fields (comma seperated list)
--max-field-length <int>
Any field, exceeding the given length (including
field name) will be ommitted from output. Use 0
to remove the length limit [default: 30]
--include-fields <fields>, -f <fields>
Always include these json keys as fields, no matter
the length (comma separated list)
--exclude-fields <fields>
Always exclude these json keys (comma separated
list)
You can add any option to the JL_OPTS environment variable, ex:
export JL_OPTS="--no-color"
Expand Down

0 comments on commit ae8d640

Please sign in to comment.