commit | 374b77ed9ee573da3f47f4fdaaf69cc82d657c52 | [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 | d8b256308d2134ffe8704f26309897ebb9b56b64 [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>