Use prettytable to implement TablePrinter
This commit is contained in:
parent
965779fcaf
commit
e598a475e5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#[macro_use] extern crate glob;
|
||||
#[macro_use] extern crate uuid;
|
||||
#[macro_use] extern crate regex;
|
||||
#[macro_use] extern crate prettytable;
|
||||
extern crate config;
|
||||
|
||||
use cli::CliConfig;
|
||||
|
|
Loading…
Reference in a new issue