Re: [RFC PATCH v8 12/23] cli: Enables using hush 2021 parser as command line parser

2023-05-25 Thread Patrick DELAUNAY
Hi, On 5/13/23 03:19, Heinrich Schuchardt wrote: On 5/12/23 22:03, Francis Laniel wrote: If one defines HUSH_2021_PARSER, it is then possible to use 2021 parser with: => cli get old => cli set 2021 => cli get 2021 We don't need such a command. Just allow only one parser. For information I

Re: [RFC PATCH v8 12/23] cli: Enables using hush 2021 parser as command line parser

2023-05-12 Thread Heinrich Schuchardt
On 5/12/23 22:03, Francis Laniel wrote: If one defines HUSH_2021_PARSER, it is then possible to use 2021 parser with: => cli get old => cli set 2021 => cli get 2021 We don't need such a command. Just allow only one parser. Best regards Heinrich Reviewed-by: Simon Glass Signed-off-by: Fran

[RFC PATCH v8 12/23] cli: Enables using hush 2021 parser as command line parser

2023-05-12 Thread Francis Laniel
If one defines HUSH_2021_PARSER, it is then possible to use 2021 parser with: => cli get old => cli set 2021 => cli get 2021 Reviewed-by: Simon Glass Signed-off-by: Francis Laniel --- cmd/Kconfig | 8 + cmd/cli.c | 7 - common/Makefile