Files
spectre.console/src/Spectre.Console.Cli/Internal
tk 37a04f3a74 * Support command description localization
eg.
 [CommandOption("-a|--args")]
 [Description(nameof(Str.GitArgs))]
 [Localization(typeof(Str))]
 public string Args { get; set; }
2025-07-03 11:00:59 +08:00
..
2025-05-25 16:42:43 +02:00