<feat> + ip工具

This commit is contained in:
2022-12-05 17:34:45 +08:00
parent 5678fa68cb
commit c4448ad7b2
6 changed files with 69 additions and 2 deletions

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

@ -0,0 +1,4 @@
namespace Dot.IP;
[Verb("ip", HelpText = nameof(Str.Ip), ResourceType = typeof(Str))]
public class Option : IOption { }