From bc9d95d615987ae78b946dd18ef1989775c705e8 Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Wed, 29 Jan 2020 16:13:41 +0100 Subject: [PATCH] Documentation/cli: add info for element limit config keys (#1853) --- Documentation/cli/expr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/cli/expr.md b/Documentation/cli/expr.md index b65655f2..0b0105b5 100644 --- a/Documentation/cli/expr.md +++ b/Documentation/cli/expr.md @@ -56,6 +56,8 @@ To see more values use the slice operator: For this purpose delve allows use of the slice operator on maps, `m[64:]` will return the key/value pairs of map `m` that follow the first 64 key/value pairs (note that delve iterates over maps using a fixed ordering). +These limits can be configured with `max-string-len` and `max-array-values`. See [config](https://github.com/go-delve/delve/tree/master/Documentation/cli#config) for usage. + # Interfaces Interfaces will be printed using the following syntax: