mirror of
https://github.com/nushell/nushell.git
synced 2025-06-10 12:06:51 +02:00
# Description Adds a `ParseError::UnkownOperator` and covers `^`,`pow`,`is`,`===`,`%`, and `contains` as likely operators based on other languages. Provides suggestion for the user to find the nu language feature they are looking for.  # Tests + Formatting (-)