commit | 5b64c4504caec431f713e279d459aa7b81d85a3e | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:35 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | fdf086ba4577ceb7d63548788da2ef5935e4cc49 | |
parent | 26cafe13c689f52633492d719795481dec929dea [diff] |
cli: add modern hush as parser for run_command*() Enables using, in code, modern hush as parser for run_command function family. It also enables the command run to be used by CLI user of modern hush. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>