mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 21:58:18 +02:00
Update crates/nu-command/src/filters/where_.rs
Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
This commit is contained in:
parent
3f70895969
commit
a0051b33a2
@ -24,7 +24,7 @@ For example, where type == dir is equivalent to where $it.type == dir. This expa
|
||||
|
||||
When using a closure, the element is passed as an argument and as pipeline input to the closure.
|
||||
|
||||
While where supports closure literals, they can not be read from a variable. To filter using a closure stored in a variable, use the filter command."#
|
||||
`where` supports closure literals, but not closures stored in a variable. To filter using a closure stored in a variable, use the `filter` command."#
|
||||
}
|
||||
|
||||
fn command_type(&self) -> CommandType {
|
||||
|
Loading…
Reference in New Issue
Block a user