commit | 9492c948cb3560a0b20f78bcdc62b444e1073726 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:39 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 878b705bf3f88154c012219ecb780d8e251b3bc1 | |
parent | aa44c2618da96e0fffcca77bb5fed5e756bbaf0e [diff] |
cli: hush_modern: Enable if keyword Adds support for "if then else" construct both for command line interface and through run_command(). Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>