更新注释

This commit is contained in:
ww-rm
2025-10-26 19:35:43 +08:00
parent e14c54c3a4
commit cc6d1b6c00

View File

@@ -57,7 +57,7 @@ namespace SpineViewerCLI
public Option<string[]> OptAnimations { get; } = new("--animations", "-a")
{
Description = "Animations to export. Supports multiple entries, placed in order on tracks starting from 0",
Description = "Animations to export. Supports multiple entries, placed in order on tracks starting from 0.",
Required = true,
Arity = ArgumentArity.OneOrMore,
AllowMultipleArgumentsPerToken = true,