]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: Allow history to be disabled
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:15 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:54 +0000 (15:43 -0400)
commit8fc041fe4c34bb6108444ee9970151f43add0ce9
treeb9894adb19e15d55b4e9b98eb805acbbc94251d1
parent657e14da835298a948eb313feffba6732fe9232e
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>
common/cli_readline.c
include/cli.h