Remove conflicting cli arguments
This commit is contained in:
parent
29df64c07b
commit
3059b36908
@ -555,7 +555,6 @@ def _parse_args(args: list[str] | None = None) -> argparse.Namespace:
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--use-temp-dir",
|
"--use-temp-dir",
|
||||||
"-t",
|
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Use a temporary directory as the destination",
|
help="Use a temporary directory as the destination",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user