mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
parent
d0712a00f4
commit
0ae7c5d836
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue