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 sqlite3 cli has additional options for the .mode command which enable wrapping of text within columns if it exceeds a given width.
For example:
.mode --wrap 40 --wordwrap
This would cause text in columns which are more than 40 characters wide to be wrapped within the column.
So far as I can tell, while litecli supports the .mode command, it does not support the additional --wrap and --wordwrap options. It would be nice if support for these could be added. (There is also -ww as an alias for --wordwrap.)
The text was updated successfully, but these errors were encountered:
The
sqlite3
cli has additional options for the.mode
command which enable wrapping of text within columns if it exceeds a given width.For example:
This would cause text in columns which are more than 40 characters wide to be wrapped within the column.
So far as I can tell, while
litecli
supports the.mode
command, it does not support the additional--wrap
and--wordwrap
options. It would be nice if support for these could be added. (There is also-ww
as an alias for--wordwrap
.)The text was updated successfully, but these errors were encountered: