Commit Graph
1 Commits
Author SHA1 Message Date
tk c2f21b9eb0 * Support command description localization
eg.
 [CommandOption("-a|--args")]
 [Description(nameof(Str.GitArgs))]
 [Localization(typeof(Str))]
 public string Args { get; set; }
2025-05-21 11:21:56 +08:00