
13 Jul
2022
13 Jul
'22
5:28 p.m.
On Tue, 12 Jul 2022 at 15:14, Tom Rini trini@konsulko.com wrote:
Add a -R option to gitdm to allow for reStructuredText output and add some very simple table generation. We assume that whatever uses this output will be including it in other documents and we only concern ourselves with making tables. Give ourselves 36 characters to fill in the nae field, as this tends to be long enough and can be corrected manually in the cases where it's slightly too short still.
Cc: Heinrich Schuchardt xypron.glpk@gmx.de Signed-off-by: Tom Rini trini@konsulko.com
Changes in v2:
- Rework how we declare a table, per Heinrich
gitdm | 5 ++++- reports.py | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org