DiscordChatExporter/DiscordChatExporter.Cli/Commands
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
..
Base Remove BOM 2026-04-19 23:13:12 +03:00
Converters Remove BOM 2026-04-19 23:13:12 +03:00
Shared Remove BOM 2026-04-19 23:13:12 +03:00
DeleteMessagesCommand.cs Handle non-fatal exceptions in delete command 2026-05-18 20:09:53 -04:00
ExportAllCommand.cs Migrate to CliFx v3 (#1516) 2026-03-26 23:53:28 +02:00
ExportChannelsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
ExportDirectMessagesCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
ExportGuildCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GetChannelsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GetDirectChannelsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GetGuildsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GuideCommand.cs Migrate to CliFx v3 (#1516) 2026-03-26 23:53:28 +02:00