On Tue, 12 Jul 2022 at 15:14, Tom Rini <tr...@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.g...@gmx.de> > Signed-off-by: Tom Rini <tr...@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 <s...@chromium.org>