Hi Paul, On Tue, 15 Jun 2021 at 04:26, Paul Barker <[email protected]> wrote: > > When printing full help output from patman, we should be able to handle > a PAGER variable which includes arguments, e.g. PAGER='less -F'. > > Signed-off-by: Paul Barker <[email protected]> > --- > > tools/patman/main.py | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) >
Can you please add a function to print full help to test_util.py instead? Then we can use it in the other tools too. Regards, Simon

