mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 21:13:21 +08:00
4 lines
144 B
C#
4 lines
144 B
C#
namespace Dot.ToLf;
|
|
|
|
[Verb("tolf", HelpText = nameof(Str.ConvertEndOfLineToLF), ResourceType = typeof(Str))]
|
|
public class Option : DirOption { } |