Update ListCommand error message and use dce alias throughout CLI docs

Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/b521468e-a2a4-4360-ab0c-847ef5e4d366

Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-03 15:48:36 +00:00
committed by GitHub
parent 55c06ef40e
commit 5c86beb809
2 changed files with 34 additions and 37 deletions

View File

@@ -9,8 +9,5 @@ namespace DiscordChatExporter.Cli.Commands;
public partial class ListCommand : ICommand
{
public ValueTask ExecuteAsync(IConsole console) =>
throw new CommandException(
"A subcommand is required ('channels', 'channels dm', or 'guilds').",
showHelp: true
);
throw new CommandException("Use one of the named commands listed below.", showHelp: true);
}