From f6194080490885a0c35d9916a03cc090fd64b76e Mon Sep 17 00:00:00 2001 From: ame Date: Sun, 24 Dec 2023 20:42:53 -0600 Subject: no newline option --- docs/io.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/io.md') 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 -- cgit v1.2.3