From e6541f1c2991fb00ea6cea67783529055dbb9634 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 19 Jan 2021 11:24:51 +0100 Subject: sq: Enable wrapping of help texts. --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4862e19a..253c1f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,6 +367,7 @@ dependencies = [ "atty", "bitflags", "strsim 0.8.0", + "term_size", "textwrap", "unicode-width", "vec_map", @@ -2175,6 +2176,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" dependencies = [ + "term_size", "unicode-width", ] -- cgit v1.2.3