mirror of
https://github.com/nushell/nushell.git
synced 2025-07-08 10:27:47 +02:00
preparing for into subcommands (#3299)
This commit is contained in:
@ -121,6 +121,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(Get),
|
||||
whole_stream_command(Update),
|
||||
whole_stream_command(Insert),
|
||||
whole_stream_command(Into),
|
||||
whole_stream_command(IntoInt),
|
||||
whole_stream_command(SplitBy),
|
||||
// Row manipulation
|
||||
|
Reference in New Issue
Block a user