mirror of
https://github.com/nushell/nushell.git
synced 2025-05-09 01:12:59 +00:00
# Description
Realized the recently `has`/`not-has` operators were not shown with
`help operators`.
45f9d03025/crates/nu-command/src/help/help_operators.rs (L117-L118)
# User-Facing Changes
# Tests + Formatting
# After Submitting
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.