Wind eaedb30a8c
Don't expanding globs if user pass variables. (#11946)
# 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
2024-02-28 23:05:09 +08:00
..
2024-02-26 15:42:20 +08:00
2024-02-27 17:54:29 -06:00
2024-02-18 17:47:10 +01:00
2024-02-18 17:47:10 +01:00
2024-02-18 17:47:10 +01:00
2024-02-27 17:54:29 -06:00
2024-01-24 07:38:15 +08:00
2024-02-18 17:47:10 +01:00