Replace vtable with pivot command

This commit is contained in:
Jonathan Turner
2019-09-17 19:07:11 +12:00
parent 1b42438e8f
commit f6b82e4c0c
6 changed files with 136 additions and 133 deletions

View File

@ -270,13 +270,13 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
per_item_command(Help),
whole_stream_command(Exit),
whole_stream_command(Autoview),
whole_stream_command(Pivot),
per_item_command(Cpy),
whole_stream_command(Date),
per_item_command(Mkdir),
per_item_command(Move),
whole_stream_command(Save),
whole_stream_command(Table),
whole_stream_command(VTable),
whole_stream_command(Version),
whole_stream_command(Which),
]);