The {{ zapp.meta.name }} App

{% for arg, label in zapp.help.args %}

{% endfor %}

Input/Output Paths

{% for group in zapp.execution.groups %} {% for device in group.devices %} {% if device.name == "input" %}

{% endif %} {% if device.name == "output" %}

{% endif %} {% endfor %} {% endfor %}

Output