mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01: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 |