aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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