mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 15:06:03 +02:00
Fix the ignore example (#3644)
This commit is contained in:
@ -28,8 +28,8 @@ impl WholeStreamCommand for Ignore {
|
|||||||
|
|
||||||
fn examples(&self) -> Vec<Example> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
vec![Example {
|
vec![Example {
|
||||||
description: "echo done | ignore",
|
description: "Ignore the output of an echo command",
|
||||||
example: r#"echo "There are seven words in this sentence" | size"#,
|
example: r#"echo done | ignore"#,
|
||||||
result: None,
|
result: None,
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user