commit | 3ea3c57ef5c5853f54714a3df8b0d406e8d4dd1c | [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 | 3b13faf9f3dc59c998c31d8a4077b7906f7f965d [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>