mirror of
https://github.com/nushell/nushell.git
synced 2025-07-31 02:02:13 +02:00
# Description Some editors like neovim will provide "workspace root" as PWD, which can mess up file completion results. # User-Facing Changes bug fix # Tests + Formatting adjusted # After Submitting
9 lines
62 B
Plaintext
9 lines
62 B
Plaintext
let greeting = "Hello"
|
|
|
|
echo $gre
|
|
| st
|
|
|
|
ls c
|
|
|
|
$greeting not-h
|