We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9b468 commit 2b1bcbcCopy full SHA for 2b1bcbc
scripts/gen_cli_doc.py
@@ -13,7 +13,6 @@
13
14
def generate_markdown_docs(command, parent=None, level=1):
15
"""Generate markdown documentation for a click command."""
16
- print("command.name", command.name)
17
ctx = click.Context(command, info_name=command.name, parent=parent)
18
19
# Start with the command name as a header
0 commit comments