这是我在某些文档中使用的表(的一部分):
+---------------+------------------------+---------------------------------------+
| TASK NAME | WHEN | DESCRIPTION |
+---------------+------------------------+---------------------------------------+
| db:seed | On every update | Data required for the application to |
| | | run; you should always be able to |
| | | safely execute this multiple times |
| | | for an update. |
| db:truncate | Manually (dangerous!) | TRUNCATE all tables but postal_codes |
| postal_codes | Once | Load the postal_codes table |
+---------------+------------------------+---------------------------------------+
问题是这很难编辑。如果我更改一件事,则需要(手动)重新调整所有内容,这就是PITA
有没有更简单的方法来管理这个问题?我不在乎上面的确切布局,但我想保留第三列的包装...
list-table