mirror of
https://github.com/nsnail/dot.git
synced 2025-12-14 16:15:47 +08:00
<feat> v1.0.1 + guid工具
This commit is contained in:
@@ -12,6 +12,7 @@ public static class ToolsFactory
|
||||
, RemoveTrailingWhiteSpace.Option o => new RemoveTrailingWhiteSpace.Main(o)
|
||||
, Random.Option o => new Random.Main(o)
|
||||
, Text.Option o => new Text.Main(o)
|
||||
, Guid.Option o => new Guid.Main(o)
|
||||
, _ => throw new ArgumentOutOfRangeException(nameof(option))
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user