commit | 1c67ae45817ce9991bca82384ea37e1375331f43 | [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 | 9f071098db98214a2507df412d4390d09084d21d [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>