mirror of
https://github.com/nsnail/dot.git
synced 2025-04-15 18:02:51 +08:00
4 lines
120 B
C#
4 lines
120 B
C#
namespace Dot.IP;
|
|
|
|
[Verb("ip", HelpText = nameof(Str.Ip), ResourceType = typeof(Str))]
|
|
public class Option : IOption { } |