mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 06:17:54 +02:00
The test added in #15115 fails on systems using later versions of `man` (2.13.0 triggers the issue, at least). This updates the test to ignore formatting characters. Thanks to @fdncred and @blindFS for the debugging assistance.
Implementation of the Nushell language server.
See the Language Server Protocol specification
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.