mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 12:37:58 +02:00
@ -41,7 +41,7 @@ impl WholeStreamCommand for If {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
"Filter table to match the condition."
|
"Run blocks if a condition is true or false."
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run(
|
async fn run(
|
||||||
|
Reference in New Issue
Block a user