nushell/crates/nu-command/src
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
..
bytes Implementing ByteStream interuption on infinite stream (#13552) 2025-01-11 13:28:08 -08:00
charting Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
conversions Improve and fix filesize formatting/display (#14397) 2025-01-22 22:24:51 -08:00
database Remove unsued types (#14916) 2025-01-26 12:30:58 +08:00
date Remove deprecated commands (#14726) 2025-01-07 07:37:51 +08:00
debug Add flag to debug profile to output duration field as Value::Duration (#14749) 2025-01-09 17:09:16 -06:00
env fix error propagation in export-env (#14847) 2025-01-16 13:59:39 -06:00
experimental Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
filesystem non-HTTP(s) URLs now works with start (#14370) 2025-01-23 17:14:31 -08:00
filters Fix reject regression (#14931) 2025-01-27 18:23:44 -05:00
formats Improve and fix filesize formatting/display (#14397) 2025-01-22 22:24:51 -08:00
generators seq date: generalize to allow any duration for --increment argument (#14903) 2025-01-25 13:24:39 -06:00
hash add binary as input to hash commands (#13923) 2024-09-25 16:47:52 +08:00
help fix(help operators): include has and not-has operators (#14943) 2025-01-28 07:30:15 -06:00
math better error message for "sum", "product", and "sum_of_squares" (#14711) 2024-12-31 16:04:23 -06:00
misc Enable conditional source and use patterns by allowing null as a no-op module (#14773) 2025-01-09 06:37:27 -06:00
network add version check command (#14880) 2025-01-23 15:23:17 +01:00
path Add path self command for getting absolute paths to files at parse time (#14303) 2024-12-06 08:19:08 -06:00
platform Remove usages of internal_span (#14700) 2024-12-30 16:47:06 +08:00
random Improve and fix filesize formatting/display (#14397) 2025-01-22 22:24:51 -08:00
removed Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
shells Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
stor Fix improperly escaped strings in stor update (#14921) 2025-01-26 07:20:39 -06:00
strings Improve and fix filesize formatting/display (#14397) 2025-01-22 22:24:51 -08:00
system Remove required positional arguments from run-external and exec (#14765) 2025-01-16 06:10:28 +08:00
viewers replace icons in grid with devicons + color (#14827) 2025-01-14 16:51:30 -06:00
default_context.rs add version check command (#14880) 2025-01-23 15:23:17 +01:00
example_test.rs Implementing ByteStream interuption on infinite stream (#13552) 2025-01-11 13:28:08 -08:00
lib.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
progress_bar.rs Cut down unnecessary lint allows (#14335) 2024-11-15 19:24:39 +01:00
sort_utils.rs Remove deprecated commands (#14726) 2025-01-07 07:37:51 +08:00