From 8ff40835ccb622c076e889ed48e5cef6480977a1 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Tue, 3 Nov 2020 01:45:45 +0800 Subject: Fix help on smaller terminal COLUMNS not working, using term_size crate for a more portable solution. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ae37294..4527862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,4 @@ lazy_static = "1.3.0" directories = "2.0.1" regex = "1.1.7" num = "0.2" +term_size = "0.3" -- cgit v1.2.3