mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02: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
@ -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…
x
Reference in New Issue
Block a user