mirror of
https://github.com/nushell/nushell.git
synced 2025-07-17 23:02:00 +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
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
config n
|
|
config n foo bar -
|
|
config n foo bar c --l
|
|
|
|
# detail
|
|
def "config n foo bar" [
|
|
f: path
|
|
--long (-s): int # test flag
|
|
] {
|
|
echo "🤔🐘"
|
|
| str substring (str substring -)
|
|
}
|