aboutsummaryrefslogtreecommitdiff
path: root/data/help/map_padding.yaml
blob: 77722266c09b4c773c49e7cc7ebb91a664f3ab81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "map_padding"
category: "Options"
description: |
  Controls how the map command trims its output.

  Type:    string
  Default: none
  Values:  none, x, y, xy

  none  - Strip blank rows and left-trim whitespace
  x     - Strip blank rows only (horizontal trim)
  y     - Left-trim whitespace only (vertical trim)
  xy    - No trimming (raw output)