Notes, improve args, some UX

This commit is contained in:
2026-04-07 18:13:03 +02:00
parent 6ebae74f93
commit 6e497fdfd2
8 changed files with 80 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
import subprocess
def init(dirname: str):
subprocess.call("git init", cwd=dirname)