Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 28, 2024
1 parent 20c4e30 commit 3102ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/add-project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3102ef7

Please sign in to comment.