refactor: migrar comando new para que utilice metodos usando questionary

This commit is contained in:
jt
2026-07-14 00:22:22 -03:00
parent 4968667dad
commit a5a753f429
6 changed files with 104 additions and 55 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Git workflow automation to follow best practices when working wit
dynamic = ["version"]
requires-python = ">= 3.14"
dependencies = [
"requests", "typer"
"requests", "typer", "rich", "questionary"
]
authors = [
{name = "Alan Facundo Biglieri", email = "abiglieri@renatre.org.ar"},