mirror of
https://github.com/nsnail/dot.git
synced 2025-08-03 20:45:36 +08:00
4 lines
138 B
C#
4 lines
138 B
C#
namespace Dot.RmBom;
|
|
|
|
[Verb("rm-bom", HelpText = nameof(Str.TrimUtf8Bom), ResourceType = typeof(Str))]
|
|
public class Option : DirOption { } |