forked from extern/nushell
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:
@ -150,6 +150,7 @@ pub fn create_default_context() -> EngineState {
|
||||
bind_command! {
|
||||
Ansi,
|
||||
AnsiGradient,
|
||||
AnsiStrip,
|
||||
Clear,
|
||||
Kill,
|
||||
Sleep,
|
||||
|
Reference in New Issue
Block a user