mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 23:55:50 +02:00
Fixes nushell/nushell#13207 # Description This fixes the parsing of command usage when that command comes from a file with CRLF line endings. See nushell/nushell#13207 for more details. # User-Facing Changes Users on Windows will get correct autocompletion for `std` commands.