Re: [RFC PATCH v10 11/24] cmd: Add new cli command

2023-11-07 Thread Francis Laniel
Hi! Le jeudi 5 octobre 2023, 02:26:52 EET Heinrich Schuchardt a écrit : > On 10/4/23 18:42, Francis Laniel wrote: > > This command can be used to print the current parser with 'cli print'. > > Please, provide a commit message that matches the code. > > > It can also be used to set the current

Re: [RFC PATCH v10 11/24] cmd: Add new cli command

2023-10-04 Thread Heinrich Schuchardt
On 10/4/23 18:42, Francis Laniel wrote: This command can be used to print the current parser with 'cli print'. Please, provide a commit message that matches the code. It can also be used to set the current parser with 'cli set'. For the moment, only one value is valid for set: old. If

[RFC PATCH v10 11/24] cmd: Add new cli command

2023-10-04 Thread Francis Laniel
This command can be used to print the current parser with 'cli print'. It can also be used to set the current parser with 'cli set'. For the moment, only one value is valid for set: old. Signed-off-by: Francis Laniel --- cmd/Makefile | 2 + cmd/cli.c | 120