mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 12:18:07 +02:00
Rename =^ to 'starts-with' (#5407)
This commit is contained in:
@ -47,7 +47,7 @@ impl Display for Operator {
|
||||
Operator::Pow => write!(f, "**"),
|
||||
Operator::LessThanOrEqual => write!(f, "<="),
|
||||
Operator::GreaterThanOrEqual => write!(f, ">="),
|
||||
Operator::StartsWith => write!(f, "=^"),
|
||||
Operator::StartsWith => write!(f, "starts-with"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user