Documentation/cli: add info for element limit config keys (#1853)

This commit is contained in:
Stig Otnes Kolstad
2020-01-29 16:13:41 +01:00
committed by GitHub
parent f925d3c8d7
commit bc9d95d615

View File

@ -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: