Re: [RFC PATCH v1 20/21] cli: hush_2021: Enable loops.

2022-01-12 Thread Simon Glass
On Fri, 31 Dec 2021 at 09:14, Francis Laniel wrote: > > This commit enables the use of for, while and until loops for command line as > well as with run_command(). > > Signed-off-by: Francis Laniel > --- > common/cli_hush_2021_upstream.c | 15 ++- > 1 file changed, 14 insertions(+),

[RFC PATCH v1 20/21] cli: hush_2021: Enable loops.

2021-12-31 Thread Francis Laniel
This commit enables the use of for, while and until loops for command line as well as with run_command(). Signed-off-by: Francis Laniel --- common/cli_hush_2021_upstream.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/common/cli_hush_2021_upstream.c b/common