mirror of
https://github.com/nushell/nushell.git
synced 2025-05-20 01:40:47 +02: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 |
||
---|---|---|
.. | ||
commands | ||
completions | ||
main.rs |