{% extends "master.html" %} {% block content %}

Commands list

{% for name, command in app.commands.get().items() %} {% endfor %}
Name Description Parameters Function Plugin
{{command.command}} {{command.description}}
    {% for parameter in command.parameters %}
  • {{parameter.name}}
  • {% endfor %}
{{command.function.__name__}} {{command.plugin.name}}
{% endblock %}