mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-02 10:40:15 +02:00
Fix grammar
This commit is contained in:
@@ -21,10 +21,10 @@ public partial class PublishMacOSBundleCommand : ICommand
|
||||
[CommandOption("icons-file", Description = "Path to the .icns icons file.")]
|
||||
public required string IconsFilePath { get; set; }
|
||||
|
||||
[CommandOption("full-version", Description = "Full version string (e.g. '1.2.3.4').")]
|
||||
[CommandOption("full-version", Description = "Full version string (e.g., '1.2.3.4').")]
|
||||
public required string FullVersion { get; set; }
|
||||
|
||||
[CommandOption("short-version", Description = "Short version string (e.g. '1.2.3').")]
|
||||
[CommandOption("short-version", Description = "Short version string (e.g., '1.2.3').")]
|
||||
public required string ShortVersion { get; set; }
|
||||
|
||||
public async ValueTask ExecuteAsync(IConsole console)
|
||||
|
||||
Reference in New Issue
Block a user