Files
nushell/tests/fixtures/lsp/workspace/foo.nu
zc he df74a0c961 refactor: command identified by name instead of span content (#15471)
This should be a more robust method.

# Description

Previously, `export use` with double-space in between will fail to be
recognized as command `export use`.

# User-Facing Changes

minor bug fix

# Tests + Formatting

test cases made harder

# After Submitting
2025-04-02 13:12:38 +02:00

8 lines
89 B
Plaintext

export def foooo [
--param(-p): int
] {
$param
}
export def "foo str" [] { "foo" }