<adjust> * verb简化

This commit is contained in:
2022-12-08 10:01:01 +08:00
parent de2e156fa5
commit 8b01483d85
7 changed files with 10 additions and 10 deletions

View File

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