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 5d1b3c0 commit 2d00c35Copy full SHA for 2d00c35
gendocs.py
@@ -75,6 +75,6 @@ def visit_FunctionDef(self, functiondef):
75
{% endfor %}
76
77
"""))
78
-docs_path = "command_docs.md"
+docs_path = "COMMANDS.md"
79
with open(docs_path, "w") as fd:
80
fd.write(tmpl.render(commands=FOUND))
0 commit comments