{% extends "mini_buildd/api.html" %} {% load base %} {% block page_title %}API index{% endblock %} {% block page_sub_title %}API usage reference{% endblock %} {% block mbd_page_footer %}API usage reference{% endblock %} {% block content %}

Note: mini-buildd-tool is the corresponding command line tool.

{% for name, cmd in COMMANDS.items %}

{{ name }}

{% for k, v in cmd.args.items %} {% with help=cmd.args_help|mbd_dict_get:k %} {{ k }}= {% endwith %} {% endfor %}
{{ cmd.docstring }}
{% endfor %}
{% endblock %}