mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
eaedb30a8c
# Description Fixes: #11912 # User-Facing Changes After this change: ``` let x = '*.nu'; ^echo $x ``` will no longer expand glob. If users still want to expand glob, there are also 3 ways to do this: ``` # 1. use spread operation with `glob` command let x = '*.nu'; ^echo ...(glob $x) ``` # Tests + Formatting Done # After Submitting NaN |
||
---|---|---|
.. | ||
environment | ||
pipeline | ||
mod.rs |