Skip to content

Commit

Permalink
FIX replace remaining autocompletion from click -> shell_complete (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
frcaud authored Apr 1, 2022
1 parent 3b71b62 commit 52362bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rampwf/utils/cli/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_submissions(ctx, args, incomplete):
help='The kit to test. It should be located in the '
'"submissions" folder of the starting kit. If "ALL", all '
'submissions in the directory will be tested.',
autocompletion=get_submissions)
shell_complete=get_submissions)
@click.option('--ramp-kit-dir', default='.', show_default=True,
help='Root directory of the ramp-kit to test.')
@click.option('--ramp-data-dir', default='.', show_default=True,
Expand Down

0 comments on commit 52362bc

Please sign in to comment.