aboutsummaryrefslogtreecommitdiff
path: root/docs/io.md
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-24 20:42:53 -0600
committerame <[email protected]>2023-12-24 20:42:53 -0600
commiteffd4b3cb361cd5f977704e06fc8c9954a5c0379 (patch)
tree71c5d25f82a74b5aea439bb0fa0b53dcde4b62a9 /docs/io.md
parent2125ee40a74fad6d9c92f835dda590e35ffae0e5 (diff)
no newline option
Diffstat (limited to 'docs/io.md')
-rw-r--r--docs/io.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/io.md b/docs/io.md
index d009c8d..74fe3a6 100644
--- a/docs/io.md
+++ b/docs/io.md
@@ -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