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