Minor cleanup

This commit is contained in:
Toastie 2024-12-27 00:50:33 +13:00
parent 93446ca30d
commit a534ceac69
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -23,7 +23,7 @@ internal static class SupportChild
internal static DiscordClient client = null; internal static DiscordClient client = null;
public class CommandLineArguments public class CommandLineArguments
{ {
[CommandLine.Option('c', [Option('c',
"config", "config",
Required = false, Required = false,
HelpText = "Select a config file to use.", HelpText = "Select a config file to use.",
@ -31,7 +31,7 @@ internal static class SupportChild
MetaValue = "PATH")] MetaValue = "PATH")]
public string configPath { get; set; } public string configPath { get; set; }
[CommandLine.Option('t', [Option('t',
"transcripts", "transcripts",
Required = false, Required = false,
HelpText = "Select directory to store transcripts in.", HelpText = "Select directory to store transcripts in.",
@ -39,7 +39,7 @@ internal static class SupportChild
MetaValue = "PATH")] MetaValue = "PATH")]
public string transcriptDir { get; set; } public string transcriptDir { get; set; }
[CommandLine.Option( [Option(
"leave", "leave",
Required = false, Required = false,
HelpText = "Leaves one or more Discord servers. " + HelpText = "Leaves one or more Discord servers. " +