mirror of
https://github.com/nushell/nushell.git
synced 2025-07-12 12:26:05 +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 (-)