use prettytable for tabular outputs

This commit is contained in:
Dustin J. Mitchell
2020-11-23 21:58:45 -05:00
parent f7f5c379ea
commit f31a96176d
6 changed files with 180 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ use failure::Fallible;
use std::ffi::OsString;
mod cmd;
mod table;
use cmd::ArgMatchResult;
pub use cmd::CommandInvocation;