mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-26 07:52:20 +00:00
Replace --include-threads and --include-archived-threads with a single multi-value option
Related to #1119
This commit is contained in:
@@ -246,7 +246,9 @@ public abstract class ExportCommandBase : DiscordCommandBase
|
||||
|
||||
foreach (var (channel, error) in errorsByChannel)
|
||||
{
|
||||
await console.Error.WriteAsync($"{channel.ParentNameWithFallback} / {channel.Name}: ");
|
||||
await console.Error.WriteAsync(
|
||||
$"{channel.ParentNameWithFallback} / {channel.Name}: "
|
||||
);
|
||||
|
||||
using (console.WithForegroundColor(ConsoleColor.Red))
|
||||
await console.Error.WriteLineAsync(error);
|
||||
|
||||
Reference in New Issue
Block a user