You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI recently added support for line editing and history. For new text, it allows you to backspace or use arrows to edit text. However when you use the up arrow to pull up a history entry, it allows you to append to the text but not edit it.
Proposal
Please add line edit support for history entries. Another recommendation would be to consider adapting Linenoise. It is VT100 clone of libreadline that has no dependencies and is less than 1k lines.
The text was updated successfully, but these errors were encountered:
Background
The CLI recently added support for line editing and history. For new text, it allows you to backspace or use arrows to edit text. However when you use the up arrow to pull up a history entry, it allows you to append to the text but not edit it.
Proposal
Please add line edit support for history entries. Another recommendation would be to consider adapting Linenoise. It is VT100 clone of libreadline that has no dependencies and is less than 1k lines.
The text was updated successfully, but these errors were encountered: