<feat> 多语言支持

This commit is contained in:
2022-12-01 15:55:14 +08:00
parent 8ad313ff53
commit 7168901bef
19 changed files with 231 additions and 59 deletions

4
src/ToLf/Option.cs Normal file
View File

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