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)