mirror of
https://github.com/nushell/nushell.git
synced 2025-03-27 08:07:25 +01:00
# Description Found inconsistent behaviors of `directory_completion` and `file_completion`, https://github.com/nushell/nushell/issues/13951 https://github.com/nushell/reedline/pull/886 Also there're failing cases with such file names/dir names `foo(`, `foo{`, `foo[`. I think it doesn't harm to be more conservative at adding quotes, even if it might be unnecessary for paired names like `foo{}`. # User-Facing Changes # Tests + Formatting Adjusted # After Submitting |
||
---|---|---|
.. | ||
completions | ||
cp | ||
dotnu_completions | ||
eval | ||
external_completions/path | ||
formats | ||
lsp | ||
partial_completions | ||
quoted_completions |