mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
add ansi strip subcommand (#3095)
* add ansi subcommand * changed example test, added additional test
This commit is contained in:
@ -111,6 +111,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(StrScreamingSnakeCase),
|
||||
whole_stream_command(BuildString),
|
||||
whole_stream_command(Ansi),
|
||||
whole_stream_command(AnsiStrip),
|
||||
whole_stream_command(Char),
|
||||
// Column manipulation
|
||||
whole_stream_command(Move),
|
||||
|
Reference in New Issue
Block a user