dbcli / dbcli/litecli

Add support for the `--wrap` and `--wordwrap` options from sqlite3

Aperta
#136 0 commenti 5 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
3.3k
Fork
95
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

The [`sqlite3` cli](https://sqlite.org/cli.html) 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`.)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.