Skip to content

Commit 2b1bcbc

Browse files
committed
update
1 parent ef9b468 commit 2b1bcbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/gen_cli_doc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
def generate_markdown_docs(command, parent=None, level=1):
1515
"""Generate markdown documentation for a click command."""
16-
print("command.name", command.name)
1716
ctx = click.Context(command, info_name=command.name, parent=parent)
1817

1918
# Start with the command name as a header

0 commit comments

Comments
 (0)