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