nushell/crates/nu-command/src/help
Bahex ec1f7deb23
fix(help operators): include has and not-has operators (#14943)
# 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
2025-01-28 07:30:15 -06:00
..
help_.rs replace regex crate with fancy_regex (#14646) 2025-01-01 17:37:50 -06:00
help_aliases.rs Add auto option for config.use_ansi_coloring (#14647) 2024-12-26 11:00:01 -06:00
help_commands.rs Change help commands to use name from scope instead of the name from the declaration (#14490) 2024-12-10 09:27:30 -06:00
help_escapes.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
help_externs.rs Change help commands to use name from scope instead of the name from the declaration (#14490) 2024-12-10 09:27:30 -06:00
help_modules.rs Add auto option for config.use_ansi_coloring (#14647) 2024-12-26 11:00:01 -06:00
help_operators.rs fix(help operators): include has and not-has operators (#14943) 2025-01-28 07:30:15 -06:00
help_pipe_and_redirect.rs Add help pipe-and-redirect command. (#14821) 2025-01-14 14:16:44 +01:00
mod.rs Add help pipe-and-redirect command. (#14821) 2025-01-14 14:16:44 +01:00