Add section on removing ANSI sequences with find command (#8519)

Co-authored-by: Phreno <phreno@pop-os.localdomain>
This commit is contained in:
K3rnelP4n1k 2023-04-05 19:26:20 +02:00 committed by GitHub
parent 01e5ba01f6
commit 1fcb98289a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,11 @@ impl Command for Find {
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,
},
]
}