nushell/docs/commands/ansi-strip.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00: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