commit | 3b487bf51115bfb9a0f85667a5608fc57788107c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:16 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | 80ca6787a758e941d80184f184221945106f719d | |
parent | 8fc041fe4c34bb6108444ee9970151f43add0ce9 [diff] |
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>