dbcli / dbcli/litecli

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

オープン
#136 コメント 0 件 リアクション 5 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
3.3k
フォーク
95
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。