mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Add section on removing ANSI sequences with find command (#8519)
Co-authored-by: Phreno <phreno@pop-os.localdomain>
This commit is contained in:
parent
01e5ba01f6
commit
1fcb98289a
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ impl Command for Find {
|
||||||
span: Span::test_data(),
|
span: Span::test_data(),
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
Example {
|
||||||
|
description: "Remove ANSI sequences from result",
|
||||||
|
example: "[[foo bar]; [abc 123] [def 456]] | find 123 | get bar | ansi strip",
|
||||||
|
result: None,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue