DiscordChatExporter/DiscordChatExporter.Cli/Commands
Kornelius Rohrschneider ad33600e70
Added UI options to set the file exists handling
The setting the exporter uses to handle existing export files has been made configurable in both the CLI and the GUI (instead of being hardcoded):
- A prev-export option has been added to all CLI export commands, which sets the file exists handling for the respective command.
- A Previous Export option has been added to the GUI settings, which sets the file exists handling that's used for exports.
2025-10-26 01:28:24 +02:00
..
Base Added UI options to set the file exists handling 2025-10-26 01:28:24 +02:00
Converters Clean up 2023-08-30 18:43:12 +03:00
Shared Format stuff 2024-10-26 21:41:16 +03:00
ExportAllCommand.cs Clean up 2025-06-08 22:37:24 +03:00
ExportChannelsCommand.cs Clean up 2025-06-08 22:37:24 +03:00
ExportDirectMessagesCommand.cs Use CSharpier 2023-08-22 21:17:19 +03:00
ExportGuildCommand.cs Clean up 2025-06-08 22:37:24 +03:00
GetChannelsCommand.cs Use [] in place of Array.Empty<T>() 2024-03-28 03:22:51 +02:00
GetDirectChannelsCommand.cs Update NuGet packages 2023-12-29 00:08:16 +02:00
GetGuildsCommand.cs Refer to "guilds" as "servers" in docs and UI elements (#1175) 2023-12-29 00:03:28 +02:00
GuideCommand.cs Update bot token docs (#1371) 2025-05-04 19:49:42 +03:00