mirror of
https://github.com/nsnail/dot.git
synced 2025-12-16 08:45:47 +08:00
<feat> v1.0.1 + guid工具
This commit is contained in:
8
src/Guid/Option.cs
Normal file
8
src/Guid/Option.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Dot.Guid;
|
||||
|
||||
[Verb("guid", HelpText = "GUID工具")]
|
||||
public class Option : IOption
|
||||
{
|
||||
[Option('u', "upper", HelpText = "大写", Default = false)]
|
||||
public bool Upper { get; set; } //normal options here
|
||||
}
|
||||
Reference in New Issue
Block a user