mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: format total_cost as $x.xx in table display
This commit is contained in:
parent
ca8274dbe8
commit
ad23c0e03e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ nav_exclude: true
|
|||
<td style="padding: 8px; text-align: center;">{{ row.percent_cases_well_formed }}%</td>
|
||||
<td style="padding: 8px;"><code>{{ row.command }}</code></td>
|
||||
<td style="padding: 8px; text-align: center;">{{ row.edit_format }}</td>
|
||||
<td style="padding: 8px; text-align: center;">{{ row.total_cost }}</td>
|
||||
<td style="padding: 8px; text-align: center;">${{ "%.2f" | format: row.total_cost }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue