From c65b18a91542eb5e9c4bcf543a7b5da07eb0008c Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Wed, 28 May 2025 00:20:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/snag/core/core.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/snag/core/core.d b/source/snag/core/core.d index cf1f65c..ef51792 100644 --- a/source/snag/core/core.d +++ b/source/snag/core/core.d @@ -13,6 +13,7 @@ import std.path; import snag.lib; import snag.core.exception; +import snag.core.rules; class Snag { private string[] _baseCommand; @@ -84,6 +85,9 @@ class Snag { ["config", "user.name", _config.author], "A Git repository initialization error occurred" ); + + (new SnagRules(_config)).create(); + writeln( "The Git repository has been initialized successfully: ", _config.git