Skip to content

Commit

Permalink
Update click library usage
Browse files Browse the repository at this point in the history
autocompletion was deprecated; removed in click 8.1.0
  • Loading branch information
james-callahan committed Apr 8, 2022
1 parent 80aa094 commit 6dbae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtls/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_servers(ctx, args, incomplete):
"-s",
type=str,
help="Server to run command against.",
autocompletion=get_servers,
shell_complete=get_servers,
)
@click.option(
"--config",
Expand Down

0 comments on commit 6dbae90

Please sign in to comment.