Add vertical table view

This commit is contained in:
Jonathan Turner
2019-06-21 16:20:06 +12:00
parent 1157c4d38b
commit 18e39343ad
7 changed files with 122 additions and 5 deletions

View File

@ -85,7 +85,9 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
sink("autoview", autoview::autoview),
sink("clip", clip::clip),
sink("save", save::save),
sink("table", table::table),
sink("tree", tree::tree),
sink("vtable", vtable::vtable),
]);
}