mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 23:22:10 +02:00
Replace vtable with pivot command
This commit is contained in:
@ -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),
|
||||
]);
|
||||
|
Reference in New Issue
Block a user