aboutsummaryrefslogtreecommitdiff
path: root/data/help/map_padding.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-21 22:19:17 -0400
committerhistoria <[not public]>2026-06-21 22:19:17 -0400
commita3ae1e6aad696f584d138d9363c05dedff136a65 (patch)
tree81e615f7227bc9d1ec79ceefc7311ecde917b074 /data/help/map_padding.yaml
parent84072ffe6365ad57c4976e9272762aa6db41de7e (diff)
downloadthehouseoficarus-a3ae1e6aad696f584d138d9363c05dedff136a65.tar.gz
feat: safespot system implemented
Diffstat (limited to 'data/help/map_padding.yaml')
-rw-r--r--data/help/map_padding.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/help/map_padding.yaml b/data/help/map_padding.yaml
new file mode 100644
index 0000000..7772226
--- /dev/null
+++ b/data/help/map_padding.yaml
@@ -0,0 +1,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)