From d3af9c3bcc3e8c3927a594769c6397a2290ce5d2 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 30 Nov 2022 13:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=20v1.0.1=20+=20guid=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code-format.cmd | 6 +++--- src/Guid/Main.cs | 17 +++++++++++++++++ src/Guid/Option.cs | 8 ++++++++ src/Text/Option.cs | 2 +- src/ToolsFactory.cs | 1 + src/dot.csproj | 2 +- 6 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 src/Guid/Main.cs create mode 100644 src/Guid/Option.cs diff --git a/code-format.cmd b/code-format.cmd index 51fa0a1..82c9512 100644 --- a/code-format.cmd +++ b/code-format.cmd @@ -1,3 +1,3 @@ -do.exe trim-utf8-bom -do.exe remove-whitespace -do.exe convert-lf \ No newline at end of file +dot trim-utf8-bom +dot remove-whitespace +dot convert-lf \ No newline at end of file diff --git a/src/Guid/Main.cs b/src/Guid/Main.cs new file mode 100644 index 0000000..7537bc3 --- /dev/null +++ b/src/Guid/Main.cs @@ -0,0 +1,17 @@ +using TextCopy; + +namespace Dot.Guid; + +public sealed class Main : Tool