Files
nushell/crates/nu-command
zc he 4da755895d fix: panic of if command as a constant expr by bringing back Type::Block (#16122)
Fixes #16110. Alternative to #16120 

# Description

# User-Facing Changes

no more panic

# Tests + Formatting

+1

# After Submitting
2025-07-08 20:45:35 +08:00
..

This crate contains the majority of our commands

We allow ourselves to move some of the commands in nu-command to nu-cmd-* crates as needed.

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.