commit | 3b66e579dd2fb71eb64cdf1be3cecbde39f3f756 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:32 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 19502dfd7079f0c040ec2cb0a9efeedd3ee60cec | |
parent | efb580021907c9b79d947ca66aa01bd678970172 [diff] |
cli: Enables using modern hush parser as command line parser If one defines HUSH_MODERN_PARSER, it is then possible to use modern parser with: => cli get old => cli set modern => cli get modern Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>