Re: [PATCH v2 0/2] Refactor and improve full help output from tools

2021-08-27 Thread Paul Barker
On Fri, 13 Aug 2021 17:24:58 +0100 Paul Barker wrote: > 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

[PATCH v2 0/2] Refactor and improve full help output from tools

2021-08-13 Thread 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 B