Skip to content

Commit

Permalink
enable cli autocompletion (#13292)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed May 17, 2024
1 parent a7af277 commit e9b5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/cli/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PREFECT_TEST_MODE,
)

app = PrefectTyper(add_completion=False, no_args_is_help=True)
app = PrefectTyper(add_completion=True, no_args_is_help=True)


def version_callback(value: bool):
Expand Down

0 comments on commit e9b5da6

Please sign in to comment.