From 74e10d6f725b03b62d00082b05130c34909b703b Mon Sep 17 00:00:00 2001 From: rezural <69941255+rezural@users.noreply.github.com> Date: Sun, 7 Mar 2021 02:17:37 +1100 Subject: [PATCH] print string returned by draw_table, in autoview when pivot mode is on (#3135) --- crates/nu-command/src/commands/autoview/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/commands/autoview/command.rs b/crates/nu-command/src/commands/autoview/command.rs index d78f702734..b07f214348 100644 --- a/crates/nu-command/src/commands/autoview/command.rs +++ b/crates/nu-command/src/commands/autoview/command.rs @@ -253,7 +253,7 @@ pub async fn autoview(context: RunnableContext) -> Result