mirror of
https://github.com/nushell/nushell.git
synced 2025-08-01 19:13:19 +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 (-)