mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 01:52:03 +02:00
str set sub command removal. (#2940)
This commit is contained in:
committed by
GitHub
parent
ebc4694e05
commit
d8ed01400f
@ -91,7 +91,6 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(StrFindReplace),
|
||||
whole_stream_command(StrFrom),
|
||||
whole_stream_command(StrSubstring),
|
||||
whole_stream_command(StrSet),
|
||||
whole_stream_command(StrToDatetime),
|
||||
whole_stream_command(StrContains),
|
||||
whole_stream_command(StrIndexOf),
|
||||
|
Reference in New Issue
Block a user