mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 15:47:38 +02:00
Move whole_stream_command(Headers) to more appropriate section
This commit is contained in:
@ -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),
|
||||||
|
Reference in New Issue
Block a user