fix: 🐛 file parsing error on variable pattern spacing corrected

This commit is contained in:
2025-02-23 11:44:19 +01:00
parent 01417a7ac7
commit 727d8d770b
3 changed files with 28 additions and 19 deletions

View File

@@ -6,3 +6,8 @@ edition = "2021"
[dependencies]
inquire = "0.7.5"
regex = "1.11.1"
[[bin]]
edition = "2021"
name = "code_templates"
path = "src/main.rs"