use a generic Write instance for command output

This commit is contained in:
Dustin J. Mitchell 2020-12-20 19:45:24 -05:00
parent 6b550e7516
commit 7d17740ca8
13 changed files with 154 additions and 46 deletions

View file

@ -12,6 +12,7 @@ log = "^0.4.11"
nom = "*"
prettytable-rs = "^0.8.0"
textwrap = "0.12.1"
termcolor = "1.1.2"
[dependencies.config]
default-features = false