commit | 4c0bf973ed377111b2ea84707f630b3cc98b2435 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:06 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | c92ca08093001fca4f2ec92257b1b3f2850e09b4 | |
parent | 043d0fd86b06515c37935636989598706abf767b [diff] |
cli: Add a command to show cmdline history There is a function for this but it is never used. Showing the history is a useful feature, so add a new 'history' command. Signed-off-by: Simon Glass <sjg@chromium.org>