* <feat> + 时间同步工具
This commit is contained in:
2022-12-02 18:16:05 +08:00
committed by GitHub
parent 6c7102af61
commit 8e0836dc15
25 changed files with 908 additions and 191 deletions

View File

@ -1,4 +1,4 @@
namespace Dot.RmBom;
[Verb("rm-bom", HelpText = nameof(Strings.TrimUtf8Bom), ResourceType = typeof(Strings))]
[Verb("rm-bom", HelpText = nameof(Str.TrimUtf8Bom), ResourceType = typeof(Str))]
public class Option : DirOption { }