Show the generic tools in the README.
This commit is contained in:
parent
cbdbac0219
commit
0b6fbec3da
3 changed files with 9 additions and 6 deletions
|
|
@ -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_)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue