mirror of
https://github.com/nushell/nushell.git
synced 2024-12-26 08:59:12 +01:00
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
380 B
380 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