Re: [PATCH v4 4/7] keyval: Parse help options

2020-10-19 Thread Markus Armbruster
Kevin Wolf writes: > Am 11.10.2020 um 09:35 hat Markus Armbruster geschrieben: >> From: Kevin Wolf >> >> This adds a special meaning for 'help' and '?' as options to the keyval >> parser. Instead of being an error (because of a missing value) or a >> value for an implied key, they now request

Re: [PATCH v4 4/7] keyval: Parse help options

2020-10-19 Thread Markus Armbruster
Eric Blake writes: > On 10/11/20 2:35 AM, Markus Armbruster wrote: >> From: Kevin Wolf >> This adds a special meaning for 'help' and '?' as options to the >> keyval >> parser. Instead of being an error (because of a missing value) or a >> value for an implied key, they now request help, which

Re: [PATCH v4 4/7] keyval: Parse help options

2020-10-12 Thread Kevin Wolf
Am 11.10.2020 um 09:35 hat Markus Armbruster geschrieben: > From: Kevin Wolf > > This adds a special meaning for 'help' and '?' as options to the keyval > parser. Instead of being an error (because of a missing value) or a > value for an implied key, they now request help, which is a new boolean

Re: [PATCH v4 4/7] keyval: Parse help options

2020-10-12 Thread Eric Blake
On 10/11/20 2:35 AM, Markus Armbruster wrote: From: Kevin Wolf This adds a special meaning for 'help' and '?' as options to the keyval parser. Instead of being an error (because of a missing value) or a value for an implied key, they now request help, which is a new boolean output of the

[PATCH v4 4/7] keyval: Parse help options

2020-10-11 Thread Markus Armbruster
From: Kevin Wolf This adds a special meaning for 'help' and '?' as options to the keyval parser. Instead of being an error (because of a missing value) or a value for an implied key, they now request help, which is a new boolean output of the parser in addition to the QDict. A new parameter