Skip to content

Commit 78b173c

Browse files
committed
add-back the help text
1 parent 71652ef commit 78b173c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/cli/airbyte_cdk/_connector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ def connector_cli_group() -> None:
9797
@click.option(
9898
"--connector-name",
9999
type=str,
100-
# help="Name of the connector to test. Ignored if --connector-directory is provided.",
100+
help="Name of the connector to test. Ignored if --connector-directory is provided.",
101101
)
102102
@click.option(
103103
"--connector-directory",
104104
type=click.Path(exists=True, file_okay=False, path_type=Path),
105-
# help="Path to the connector directory.",
105+
help="Path to the connector directory.",
106106
)
107107
@click.option(
108108
"--collect-only",

0 commit comments

Comments
 (0)