diff --git a/crates/nu-cli/src/cli.rs b/crates/nu-cli/src/cli.rs index b62df23c6b..fd639a7706 100644 --- a/crates/nu-cli/src/cli.rs +++ b/crates/nu-cli/src/cli.rs @@ -276,7 +276,6 @@ pub fn create_default_context( whole_stream_command(Autoview), whole_stream_command(Table), // Text manipulation - whole_stream_command(Headers), whole_stream_command(SplitColumn), whole_stream_command(SplitRow), whole_stream_command(Lines), @@ -312,6 +311,7 @@ pub fn create_default_context( whole_stream_command(Shuffle), whole_stream_command(Wrap), whole_stream_command(Pivot), + whole_stream_command(Headers), // Data processing whole_stream_command(Histogram), whole_stream_command(Sum),