diff options
Diffstat (limited to 'docs/io.md')
| -rw-r--r-- | docs/io.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,9 +14,10 @@ llib.io.pprint({a = 5, b = {9, 9, 22}}) #### config options -- print_type (0) - whether or not to print item type (0 or 1) +- print_type (0 | true) - whether or not to print item type (0 or 1) - max_depth (2) - maximum depth that will not be collapsed - start_nl_at (3) - maximum depth that will be kept in-line +- collapse_all (0 | false) - skip all newlines ### error/warn/log/debug |
