fix: Change --env-var short flag from -e to -v to avoid conflict with --with-editable

This commit is contained in:
David Soria Parra
2025-01-02 16:57:53 +00:00
parent 21ac4043d5
commit ae73191b3e

View File

@@ -373,7 +373,7 @@ def install(
list[str],
typer.Option(
"--env-var",
"-e",
"-v",
help="Environment variables in KEY=VALUE format",
),
] = [],