Files
eruda/src/Console/help.hbs
2016-03-11 23:49:02 +08:00

16 lines
303 B
Handlebars

<table>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{{#each commands}}
<tr>
<td>{{@key}}</td>
<td>{{this}}</td>
</tr>
{{/each}}
</tbody>
</table>