From 3102ef7ea3227ca82bd551b3a8944a2d34f0557a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 28 Aug 2024 14:22:29 -0400 Subject: [PATCH] fixup --- jaraco/develop/add-project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaraco/develop/add-project.py b/jaraco/develop/add-project.py index 397874d..7b1786d 100644 --- a/jaraco/develop/add-project.py +++ b/jaraco/develop/add-project.py @@ -23,7 +23,7 @@ def add_newlines(lines): @main def run( name: str, - target: Annotated[path.Path, typer.Option(parser=path.Path)] = path.Path(), + target: Annotated[path.Path, typer.Argument(parser=path.Path)] = path.Path(), ): repo, path = git.projects_repo() project = git.Project.parse(name)