From 00b89a50944b295903d632e9dec2ec19f6037b9c Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Sat, 2 Aug 2025 17:44:38 +0000 Subject: [PATCH] Added --rawoutput WIP, only works with --new so far - it saves the output from --raw to a given file + Documentation --- docs/DOCUMENTATION.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/DOCUMENTATION.md b/docs/DOCUMENTATION.md index 8848702..8188424 100644 --- a/docs/DOCUMENTATION.md +++ b/docs/DOCUMENTATION.md @@ -477,6 +477,12 @@ If true, the tool won't check for updates | All | `--raw ` | `boolean` | `No`| `NaN` | `false`| `raw: ` | If true, the tool will output the raw data from the API (Where applicable, the feature is a WIP) +#### `--rawoutput` +| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry** +| --- | --- | --- | --- | --- | --- | ---| +| All | `--rawoutput ` | `string` | `No`| `NaN` | ``| `rawoutput: ` | + +Provide a path to output the raw data from the API into a file (Where applicable, the feature is a WIP) ### Help #### `--help` | **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**