Re: [PATCH v3 1/4] keyval: Parse help options

2020-10-09 Thread Markus Armbruster
Kevin Wolf writes: > 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 > ouput of the parser in addition to the QDict. > > A new pa

Re: [PATCH v3 1/4] keyval: Parse help options

2020-10-08 Thread Markus Armbruster
Kevin Wolf writes: > Am 07.10.2020 um 19:29 hat Eric Blake geschrieben: >> On 10/7/20 11:49 AM, Kevin Wolf wrote: >> > 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, th

Re: [PATCH v3 1/4] keyval: Parse help options

2020-10-08 Thread Kevin Wolf
Am 07.10.2020 um 19:29 hat Eric Blake geschrieben: > On 10/7/20 11:49 AM, Kevin Wolf wrote: > > 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 v3 1/4] keyval: Parse help options

2020-10-07 Thread Eric Blake
On 10/7/20 11:49 AM, Kevin Wolf wrote: > 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 > ouput of the parser in addition to the Q

[PATCH v3 1/4] keyval: Parse help options

2020-10-07 Thread 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 ouput of the parser in addition to the QDict. A new parameter 'p_help' is added to key