nushell/docs/commands/ansi_strip.md
Justin Ma c0a1d18e3d
update #4455, regenerate commands' docs and update make_docs script (#4586)
* feat: update #4455, regenerate commands' docs

* chore: update make_docs script
2022-02-21 11:26:00 -06:00

379 B

title layout version
ansi strip command 0.59.0

strip ansi escape sequences from string

Signature

> ansi strip ...column path

Parameters

  • ...column path: optionally, remove ansi sequences by column paths

Examples

strip ansi escape sequences from string

> echo [ (ansi green) (ansi cursor_on) "hello" ] | str collect | ansi strip