Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
The cqlsh tool has history support. If you press the up arrow, you get previous entries.
If you do a multi-line command however like:
cqlsh > do something;
when you press the up arrow you get each individual statement separately. (First "something;" and then "do").
This is not useful if you type a large create statement and typo one of the pieces.
It'd be nice if cqlsh supported multi-line history items and could bring them back with the up arrow.