Add 'detect columns' command (#4127)

* Add 'detect columns' command

* Fix warnings
This commit is contained in:
JT
2021-11-16 11:29:54 +13:00
committed by GitHub
parent f2f01b8a4d
commit df87d90b8c
5 changed files with 326 additions and 128 deletions

View File

@ -127,6 +127,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(AnsiStrip),
whole_stream_command(AnsiGradient),
whole_stream_command(Char),
whole_stream_command(DetectColumns),
// Column manipulation
whole_stream_command(DropColumn),
whole_stream_command(MoveColumn),