mirror of
https://github.com/nushell/nushell.git
synced 2024-12-27 17:39:15 +01:00
f433b3102f
should close https://github.com/nushell/nushell/issues/10237 # Description this is @fdncred's findings 😋 i just made the PR 😌 # User-Facing Changes ```nushell [a b] | where $it == 'c' | last | default 'd' ``` now works and gives `d` # Tests + Formatting adds a new `default_after_empty_filter` test. # After Submitting |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |