mirror of
https://github.com/nsnail/dot.git
synced 2025-04-18 19:32:50 +08:00
4 lines
152 B
C#
4 lines
152 B
C#
namespace Dot.ToLf;
|
|
|
|
[Verb("tolf", HelpText = nameof(Strings.ConvertEndOfLineToLF), ResourceType = typeof(Strings))]
|
|
public class Option : DirOption { } |