mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-14 13:51:05 +00:00
Added --rawoutput
WIP, only works with --new so far - it saves the output from --raw to a given file + Documentation
This commit is contained in:
parent
0ca39bed6e
commit
00b89a5094
1 changed files with 6 additions and 0 deletions
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Reference in a new issue