aboutsummaryrefslogtreecommitdiff
path: root/data/help/mappadding.yaml
blob: 201ef53f33aff557d8502c0080c3478a896aba6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "mappadding"
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)