summaryrefslogtreecommitdiff
path: root/resources/helpdoc/commands/sheetdump.en.md
diff options
context:
space:
mode:
Diffstat (limited to 'resources/helpdoc/commands/sheetdump.en.md')
-rw-r--r--resources/helpdoc/commands/sheetdump.en.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/helpdoc/commands/sheetdump.en.md b/resources/helpdoc/commands/sheetdump.en.md
new file mode 100644
index 0000000..1616f12
--- /dev/null
+++ b/resources/helpdoc/commands/sheetdump.en.md
@@ -0,0 +1,13 @@
+# Sheetdump
+
+> Visually output the internal structure of a `Sheet`
+
+## Usage
+jvn sheetdump <SHEET_FILE> # Default output
+jvn sheetdump <SHEET_FILE> --no-sort # No sorting
+jvn sheetdump <SHEET_FILE> --no-pretty # No prettifying
+
+## Tip
+You can also use `renderer override` to access the internal structure of a `Sheet`,
+for example:
+jvn sheetdump <SHEET_FILE> --renderer json | jq ".mappings"