Re: [PATCH] patman: Handle PAGER containing arguments

2021-07-20 Thread Paul Barker
On Sat, 26 Jun 2021 12:31:41 -0600 Simon Glass wrote: > Hi Paul, > > On Tue, 15 Jun 2021 at 04:26, Paul Barker 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

Re: [PATCH] patman: Handle PAGER containing arguments

2021-06-29 Thread Paul Barker
On Sat, 26 Jun 2021 12:31:41 -0600 Simon Glass wrote: > Hi Paul, > > On Tue, 15 Jun 2021 at 04:26, Paul Barker > 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:

Re: [PATCH] patman: Handle PAGER containing arguments

2021-06-26 Thread Simon Glass
Hi Paul, On Tue, 15 Jun 2021 at 04:26, Paul Barker 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 > --- > > tools/patman/main.py | 9 + > 1 file changed,

[PATCH] patman: Handle PAGER containing arguments

2021-06-15 Thread Paul Barker
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 --- tools/patman/main.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/patman/main.py b/tools/