
1 Apr
2023
1 Apr
'23
8:32 a.m.
Hi Francis,
On Fri, 31 Mar 2023 at 08:49, Francis Laniel francis.laniel@amarulasolutions.com wrote:
This command can be used to print the current parser with 'parser print'. It can also be used to set the current parser with 'parser set'. For the moment, only one value is valid for set: old.
Signed-off-by: Francis Laniel francis.laniel@amarulasolutions.com
cmd/Makefile | 2 + cmd/parser.c | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++ common/cli.c | 3 +- 3 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 cmd/parser.c
Reviewed-by: Simon Glass sjg@chromium.org
But I wonder whether 'cli' might be a better name for this command? We use cli everywhere else.
Also can you add doc/usage for this?
Regards, Simon