Move whole_stream_command(Headers) to more appropriate section

This commit is contained in:
Sam Hedin 2020-03-28 02:41:41 +01:00
parent f84f09ae06
commit fb7d35f7a9

View File

@ -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),