mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
new command new)
This commit is contained in:
@@ -78,7 +78,6 @@ def create_file(path: Path, content: str) -> None:
|
||||
if not path.exists():
|
||||
path.parent.mkdir(parents=True, exist_ok=True)
|
||||
path.write_text(content.strip(), encoding="utf-8")
|
||||
print(f"Created: {path}")
|
||||
else:
|
||||
print(f"Skipped: {path} (already exists)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user