mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 22:20:48 +02:00
# Description `Value::MatchPattern` implies that `MatchPattern`s are first-class values. This PR removes this case, and commands must now instead use `Expr::MatchPattern` to extract `MatchPattern`s just like how the `match` command does using `Expr::MatchBlock`. # User-Facing Changes Breaking API change for `nu_protocol` crate. |
||
---|---|---|
.. | ||
commands | ||
values | ||
mod.rs |