aboutsummaryrefslogtreecommitdiff
path: root/data/help/mappadding.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/mappadding.yaml
parent84072ffe6365ad57c4976e9272762aa6db41de7e (diff)
downloadthehouseoficarus-a3ae1e6aad696f584d138d9363c05dedff136a65.tar.gz
feat: safespot system implemented
Diffstat (limited to 'data/help/mappadding.yaml')
-rw-r--r--data/help/mappadding.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/help/mappadding.yaml b/data/help/mappadding.yaml
deleted file mode 100644
index 201ef53..0000000
--- a/data/help/mappadding.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-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)