Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the --wrap and --wordwrap options from sqlite3 #136

Open
daviewales opened this issue Apr 23, 2022 · 0 comments
Open

Add support for the --wrap and --wordwrap options from sqlite3 #136

daviewales opened this issue Apr 23, 2022 · 0 comments

Comments

@daviewales
Copy link

daviewales commented Apr 23, 2022

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant