forked from extern/nushell
Flatten command. (#2670)
This commit is contained in:
committed by
GitHub
parent
2df8775b48
commit
2fb48bd6ac
@ -198,6 +198,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(EachWindow),
|
||||
whole_stream_command(Empty),
|
||||
// Table manipulation
|
||||
whole_stream_command(Flatten),
|
||||
whole_stream_command(Move),
|
||||
whole_stream_command(Merge),
|
||||
whole_stream_command(Shuffle),
|
||||
|
Reference in New Issue
Block a user