mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-25 07:24:14 +00:00
added file extension to the example for the -o option
@@ -200,9 +200,9 @@ dotnet DiscordChatExporter.Cli.dll export -t "mfa.Ifrn" -c 53555 -f Json
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Changing the output filename
|
### Changing the output filename
|
||||||
You can change the filename by using `-o name`.
|
You can change the filename by using `-o name.EXTENSION`. e.g. for the html format
|
||||||
```powershell
|
```powershell
|
||||||
dotnet DiscordChatExporter.Cli.dll export -t "mfa.Ifrn" -c 53555 -o myserver
|
dotnet DiscordChatExporter.Cli.dll export -t "mfa.Ifrn" -c 53555 -o myserver.html
|
||||||
```
|
```
|
||||||
|
|
||||||
### Changing the output directory
|
### Changing the output directory
|
||||||
@@ -213,10 +213,10 @@ dotnet DiscordChatExporter.Cli.dll export -t "mfa.Ifrn" -c 53555 -o "C:\Discord
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Changing the filename and output directory
|
### Changing the filename and output directory
|
||||||
You can change both the filename and export directory by using `-o directory\name`.
|
You can change both the filename and export directory by using `-o directory\name.EXTENSION`.
|
||||||
If any of the folders in the path has a space in its name, add quotes (").
|
If any of the folders in the path has a space in its name, add quotes (").
|
||||||
```powershell
|
```powershell
|
||||||
dotnet DiscordChatExporter.Cli.dll export -t "mfa.Ifrn" -c 53555 -o "C:\Discord Exports\myserver"
|
dotnet DiscordChatExporter.Cli.dll export -t "mfa.Ifrn" -c 53555 -o "C:\Discord Exports\myserver.html"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generating the filename and output directory dynamically
|
### Generating the filename and output directory dynamically
|
||||||
|
|||||||
Reference in New Issue
Block a user