mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 12:54:35 +02:00
Add vertical table view
This commit is contained in:
@ -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),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user