mirror of
https://github.com/nushell/nushell.git
synced 2025-01-20 05:09:42 +01: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. |
||
---|---|---|
.. | ||
ast.rs | ||
debug_.rs | ||
explain.rs | ||
info.rs | ||
inspect_table.rs | ||
inspect.rs | ||
metadata.rs | ||
mod.rs | ||
timeit.rs | ||
view_files.rs | ||
view_source.rs | ||
view_span.rs | ||
view.rs |