Re: [RFC PATCH v1 14/21] cli: Modify run_command() to add hush 2021 as parser.

2022-01-12 Thread Simon Glass
On Fri, 31 Dec 2021 at 09:14, Francis Laniel wrote: > > This commit then enables using, in code, run_command() while using hush 2021 > as > parser. > It also enables the command run to be used by CLI user of hush 2021. > > Signed-off-by: Francis Laniel > --- > common/cli.c | 17 +++-

[RFC PATCH v1 14/21] cli: Modify run_command() to add hush 2021 as parser.

2021-12-31 Thread Francis Laniel
This commit then enables using, in code, run_command() while using hush 2021 as parser. It also enables the command run to be used by CLI user of hush 2021. Signed-off-by: Francis Laniel --- common/cli.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/commo