nushell/docs/commands/ansi-strip.md
JT bff81f24aa
Autogenerate missing docs (#3514)
* Autogenerate missing docs

* Update ansi.md

* Rename question mark command docs

* Delete empty?.md
2021-05-30 12:57:04 +12:00

370 B

ansi strip

strip ansi escape sequences from string

Usage

> ansi strip ...args {flags} 

Parameters

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

Flags

  • -h, --help: Display this help message

Examples

strip ansi escape sequences from string

> echo [(ansi gb) 'hello' (ansi reset)] | str collect | ansi strip