mirror of
https://github.com/nushell/nushell.git
synced 2025-07-10 11:27:02 +02:00
.cargo
.github
assets
crates
nu-cli
src
Cargo.toml
LICENSE
nu-color-config
nu-command
nu-engine
nu-glob
nu-json
nu-parser
nu-path
nu-plugin
nu-pretty-hex
nu-protocol
nu-system
nu-table
nu-term-grid
nu-test-support
nu-utils
nu_plugin_example
nu_plugin_gstat
nu_plugin_inc
nu_plugin_python
nu_plugin_query
old
README.md
docker
docs
images
pkg_mgrs
samples
src
tests
wix
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE
Makefile.toml
README.build.txt
README.md
build-all-maclin.sh
build-all-windows.cmd
build-all.nu
build.rs
install-all.ps1
install-all.sh
rustfmt.toml
uninstall-all.sh
This fixes an issue where docsrs error links were not working. Ref: https://github.com/zkat/miette/issues/147