commit | 8fc041fe4c34bb6108444ee9970151f43add0ce9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:15 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | b9894adb19e15d55b4e9b98eb805acbbc94251d1 | |
parent | 657e14da835298a948eb313feffba6732fe9232e [diff] |
cli: Allow history to be disabled When inputting text outside the command line we don't want history to be accessible. Add an option to control this. Signed-off-by: Simon Glass <sjg@chromium.org>