commit | 043d0fd86b06515c37935636989598706abf767b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:05 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | 4c366bd3f55a316247b873aa10dae03d82721981 | |
parent | 15bdb87ed7782de2fa466dd039a7dcc14ef4105b [diff] |
cli: Move simple readline into a function Move this code into its own function since it is a separate implementation from the full version. Signed-off-by: Simon Glass <sjg@chromium.org>