mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 05:48:16 +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 { } |