Re: [PATCH v3 3/5] patman: Make most bool arguments BooleanOptionalAction

2022-07-17 Thread Simon Glass
Hi Doug, On Sat, 16 Jul 2022 at 11:47, Doug Anderson wrote: > > Hi, > > On Sat, Jul 16, 2022 at 4:55 AM Simon Glass wrote: > > > > Hi Doug, > > > > On Thu, 7 Jul 2022 at 09:26, Douglas Anderson wrote: > > > > > > For boolean arguments it's convenient to be able to specify both the > > > argumen

Re: [PATCH v3 3/5] patman: Make most bool arguments BooleanOptionalAction

2022-07-16 Thread Doug Anderson
Hi, On Sat, Jul 16, 2022 at 4:55 AM Simon Glass wrote: > > Hi Doug, > > On Thu, 7 Jul 2022 at 09:26, Douglas Anderson wrote: > > > > For boolean arguments it's convenient to be able to specify both the > > argument and its opposite on the command line. This is especially > > convenient because y

Re: [PATCH v3 3/5] patman: Make most bool arguments BooleanOptionalAction

2022-07-16 Thread Simon Glass
Hi Doug, On Thu, 7 Jul 2022 at 09:26, Douglas Anderson wrote: > > For boolean arguments it's convenient to be able to specify both the > argument and its opposite on the command line. This is especially > convenient because you can change the default via the settings file > and being able express

[PATCH v3 3/5] patman: Make most bool arguments BooleanOptionalAction

2022-07-07 Thread Douglas Anderson
For boolean arguments it's convenient to be able to specify both the argument and its opposite on the command line. This is especially convenient because you can change the default via the settings file and being able express the opposite can be the only way to override things. Luckily python hand