Skip to content

Commit

Permalink
Update the README (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-cherkas authored Oct 19, 2023
1 parent e87ec2a commit ef5e34c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ 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 ef5e34c

Please sign in to comment.