fix: Change --env-var short flag from -e to -v to avoid conflict with --with-editable
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ def install(
|
||||
list[str],
|
||||
typer.Option(
|
||||
"--env-var",
|
||||
"-e",
|
||||
"-v",
|
||||
help="Environment variables in KEY=VALUE format",
|
||||
),
|
||||
] = [],
|
||||
|
||||
Reference in New Issue
Block a user