mirror of
https://github.com/nushell/nushell.git
synced 2025-04-08 20:08:20 +02:00
Move whole_stream_command(Headers) to more appropriate section
This commit is contained in:
parent
f84f09ae06
commit
fb7d35f7a9
@ -276,7 +276,6 @@ pub fn create_default_context(
|
|||||||
whole_stream_command(Autoview),
|
whole_stream_command(Autoview),
|
||||||
whole_stream_command(Table),
|
whole_stream_command(Table),
|
||||||
// Text manipulation
|
// Text manipulation
|
||||||
whole_stream_command(Headers),
|
|
||||||
whole_stream_command(SplitColumn),
|
whole_stream_command(SplitColumn),
|
||||||
whole_stream_command(SplitRow),
|
whole_stream_command(SplitRow),
|
||||||
whole_stream_command(Lines),
|
whole_stream_command(Lines),
|
||||||
@ -312,6 +311,7 @@ pub fn create_default_context(
|
|||||||
whole_stream_command(Shuffle),
|
whole_stream_command(Shuffle),
|
||||||
whole_stream_command(Wrap),
|
whole_stream_command(Wrap),
|
||||||
whole_stream_command(Pivot),
|
whole_stream_command(Pivot),
|
||||||
|
whole_stream_command(Headers),
|
||||||
// Data processing
|
// Data processing
|
||||||
whole_stream_command(Histogram),
|
whole_stream_command(Histogram),
|
||||||
whole_stream_command(Sum),
|
whole_stream_command(Sum),
|
||||||
|
Loading…
Reference in New Issue
Block a user