Port 'ansi strip' command from nushell to engine-q (#511)

* Port 'ansi strip' command from nushell to engine-q

* added example
This commit is contained in:
Matthew Auld
2021-12-17 15:32:03 -05:00
committed by GitHub
parent 438c2df8b6
commit 6ba1e6172c
5 changed files with 129 additions and 3 deletions

View File

@ -150,6 +150,7 @@ pub fn create_default_context() -> EngineState {
bind_command! {
Ansi,
AnsiGradient,
AnsiStrip,
Clear,
Kill,
Sleep,