Re: [PATCH 4/6] patman: Make most bool arguments BooleanOptionalAction

2022-06-30 Thread Brian Norris
On Thu, Jun 30, 2022 at 02:08:07PM -0700, Doug 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 th

[PATCH 4/6] patman: Make most bool arguments BooleanOptionalAction

2022-06-30 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