]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: Allow command completion to be disabled
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:16 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:54 +0000 (15:43 -0400)
commit3b487bf51115bfb9a0f85667a5608fc57788107c
tree80ca6787a758e941d80184f184221945106f719d
parent8fc041fe4c34bb6108444ee9970151f43add0ce9
cli: Allow command completion to be disabled

When inputting text outside the command line we don't want to use tab
for command completion. Add an option to control this.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli_readline.c
include/cli.h