All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Refactor and improve full help output from tools
@ 2021-08-13 16:24 Paul Barker
  2021-08-13 16:24 ` [PATCH v2 1/2] tools: Refactor full help printing Paul Barker
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Barker @ 2021-08-13 16:24 UTC (permalink / raw)
  To: Simon Glass, u-boot; +Cc: Paul Barker

Sorry this took so long to get back to! Got there in the end though :)

Changes from v1:
  * Collected the full help printing code from patman, buildman & binman into a
    single function so that when support for PAGER containing arguments is added
    it applies to all the relevant tools.

Paul Barker (2):
  tools: Refactor full help printing
  tools: Handle PAGER containing arguments

 tools/binman/control.py   |  9 +++------
 tools/buildman/control.py | 10 ++++------
 tools/patman/main.py      | 12 ++++--------
 tools/patman/tools.py     | 14 ++++++++++++++
 4 files changed, 25 insertions(+), 20 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-01 23:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 16:24 [PATCH v2 0/2] Refactor and improve full help output from tools Paul Barker
2021-08-13 16:24 ` [PATCH v2 1/2] tools: Refactor full help printing Paul Barker
2021-08-13 16:25 ` [PATCH v2 2/2] tools: Handle PAGER containing arguments Paul Barker
2021-09-01 23:24   ` Tom Rini
2021-08-27 11:20 ` [PATCH v2 0/2] Refactor and improve full help output from tools Paul Barker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.