refactor: replace global command class to typer functions

This commit is contained in:
jt
2026-05-16 18:59:45 -03:00
parent e87571af8b
commit fec30cd1e8
6 changed files with 66 additions and 103 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
name = "git-flow-envs"
description = "Git workflow automation to follow best practices when working with multiple environments"
dynamic = ["version"]
requires-python = ">= 3.10"
requires-python = ">= 3.14"
dependencies = [
"requests"
"requests", "typer"
]
authors = [
{name = "Alan Facundo Biglieri", email = "abiglieri@renatre.org.ar"},