mirror of
https://github.com/nushell/nushell.git
synced 2025-08-01 07:31:23 +02:00
.azure
.cargo
.circleci
.github
assets
crates
nu-build
nu-cli
nu-errors
nu-parser
nu-plugin
nu-protocol
nu-source
nu-test-support
nu-value-ext
nu_plugin_average
nu_plugin_binaryview
nu_plugin_fetch
nu_plugin_inc
nu_plugin_match
nu_plugin_post
nu_plugin_ps
nu_plugin_str
nu_plugin_sys
nu_plugin_textview
nu_plugin_tree
debian
docker
docs
images
src
tests
.dockerignore
.editorconfig
.gitignore
.gitpod.Dockerfile
.gitpod.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE
Makefile.toml
README.md
TODO.md
build.rs
features.toml
rustfmt.toml
* Making Commands match what UntaggedValue needs * WIP * WIP * WIP * Moved to expressions for conditions * Add 'each' command to use command blocks * More cleanup * Add test for 'each' * Instead use an expression block