mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
drk: print table to stdout
This commit is contained in:
@@ -177,6 +177,8 @@ async fn start(config: &DrkConfig, options: ArgMatches<'_>) -> Result<()> {
|
||||
let mut table = Table::new();
|
||||
table.add_row(row!["TOKEN", "AMOUNT"]);
|
||||
table.add_row(row![reply]);
|
||||
//ptable!([reply]);
|
||||
table.printstd();
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user