DiscordChatExporter/DiscordChatExporter.Cli
primetime43 47a163e982 Handle non-fatal exceptions in delete command
Import DiscordChatExporter.Core.Exceptions and switch from a generic catch to catching DiscordChatExporterException only when it's non-fatal (catch (DiscordChatExporterException ex) when (!ex.IsFatal)). This ensures fatal exceptions propagate while non-fatal errors are counted and reported. Also clarified the channel option description by removing the incorrect 'in DMs' note about deletions.
2026-05-18 20:09:53 -04:00
..
Commands Handle non-fatal exceptions in delete command 2026-05-18 20:09:53 -04:00
Utils/Extensions Remove BOM 2026-04-19 23:13:12 +03:00
DiscordChatExporter.Cli.csproj Add PowerKit and replace custom utility extensions (#1525) 2026-04-19 23:10:45 +03:00
Program.cs Remove BOM 2026-04-19 23:13:12 +03:00