Fix the ignore example (#3644)
This commit is contained in:
parent
fe5055cf29
commit
1e4678f929
|
@ -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,
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user