1
0
mirror of https://github.com/nsnail/dot.git synced 2025-04-18 19:32:50 +08:00
nsnail de264e58a0
1.1.0 ()
* <feat> 多语言支持
* <feat> text tool 只读模式
2022-12-01 17:26:37 +08:00

4 lines
152 B
C#

namespace Dot.ToLf;
[Verb("tolf", HelpText = nameof(Strings.ConvertEndOfLineToLF), ResourceType = typeof(Strings))]
public class Option : DirOption { }