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 4859de2 commit ebb6b39Copy full SHA for ebb6b39
Makefile
@@ -138,7 +138,7 @@ $(DOCBIN):
138
tox -q -e doc --notest
139
140
cmd_help: $(DOCBIN)
141
- for cmd in annotate combine debug erase html json report run xml; do \
+ @for cmd in annotate combine debug erase html json report run xml; do \
142
echo > doc/help/$$cmd.rst; \
143
echo ".. code::" >> doc/help/$$cmd.rst; \
144
echo >> doc/help/$$cmd.rst; \
0 commit comments