mirror of
https://github.com/nushell/nushell
synced 2024-12-31 23:39:00 +00:00
c9c93f5b4d
# 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. |
||
---|---|---|
.. | ||
color_config.rs | ||
lib.rs | ||
matching_brackets_style.rs | ||
nu_style.rs | ||
shape_color.rs | ||
style_computer.rs | ||
text_style.rs |