Create file directorys in init

This commit is contained in:
2026-02-18 17:10:13 +00:00
parent 39f47ef716
commit efa297a07a
4 changed files with 93 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = "4.5.59"
clap = { version = "4.5.59", features = ["derive"] }