* <feat> 多语言支持
* <feat> text tool 只读模式
This commit is contained in:
2022-12-01 17:26:37 +08:00
committed by GitHub
parent d6fd2b0f9a
commit de264e58a0
29 changed files with 1818 additions and 59 deletions

4
src/RmBom/Option.cs Normal file
View File

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