Skip to content

Commit dce59af

Browse files
author
ktz03
committed
fix(cli): show adk create --type in --help
Remove hidden=True so the documented option appears in --help. Fixes #6737
1 parent 735402d commit dce59af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/google/adk/cli/cli_tools_click.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ def cli_conformance_test(
684684
),
685685
default="CODE",
686686
show_default=True,
687-
hidden=True, # Won't show in --help output. Not ready for use.
688687
)
689688
@click.argument("app_name", type=str, required=True)
690689
def cli_create_cmd(

0 commit comments

Comments
 (0)