Show the generic tools in the README.

This commit is contained in:
Andrew Hamilton 2017-07-19 09:40:54 +01:00
parent cbdbac0219
commit 0b6fbec3da
3 changed files with 9 additions and 6 deletions

View file

@ -42,6 +42,7 @@ then to run:
Extensions | Tools
---------- | -----""")
for extensions, tools_ in tools.TOOLS_FOR_EXTENSIONS:
all_tools = [(["*"], tools.generic_tools())] + tools.TOOLS_FOR_EXTENSIONS
for extensions, tools_ in all_tools:
print("%s | %s" % (" ".join("." + extension for extension in extensions),
"".join(tool_markup(tool) for tool in tools_)))