From 3c4ce79c929a16602eecbb2a6600e1cea871439f Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 26 Dec 2023 12:53:21 -0600 Subject: better pretty print --- docs/io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/io.md b/docs/io.md index 74fe3a6..443c978 100644 --- a/docs/io.md +++ b/docs/io.md @@ -18,7 +18,7 @@ llib.io.pprint({a = 5, b = {9, 9, 22}}) - 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 - +- collapse_to_memory (1 | true) - print memory address instead of ... ### error/warn/log/debug 'accepts a string -- cgit v1.2.3