mirror of
https://github.com/nushell/nushell.git
synced 2025-05-20 18:00:49 +02:00
# Description Fixes a regression caused by #15567, where I made the space detection in command names switched from `get_span_content` to `get_decl().name()`, which is slightly faster but it won't work in some cases: e.g. ```nushell use std/assert assert equal ``` Reverted in this PR. # User-Facing Changes None # Tests + Formatting Refined # After Submitting |
||
---|---|---|
.. | ||
completions | ||
cp | ||
dotnu_completions | ||
eval | ||
external_completions/path | ||
formats | ||
lsp | ||
partial_completions | ||
quoted_completions |