Skip to content

Commit

Permalink
rename deprecated parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Beltran committed Apr 13, 2022
1 parent 7899af8 commit be74772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@click.command()
@click.argument(
"name", type=click.STRING, autocompletion=get_worktree_list_flat, required=False
"name", type=click.STRING, shell_complete=get_worktree_list_flat, required=False
)
@click.option(
"--branch",
Expand Down

0 comments on commit be74772

Please sign in to comment.